mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
db1f6b8bb8
Nova.modal(title, bodyHtml, footerHtml) expects footerHtml as an HTML string, but an async callback was passed instead. The function got stringified as garbage text in the footer with no save button, so nothing ever saved regardless of mode chosen. Replaced with proper footer HTML (Cancel + Save buttons) and wired the save logic as an event listener on the save button. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>