Files
discourse-table-builder/javascripts/discourse/templates/modal/table-editor-modal.hbs
T
Keegan George 86af126978 FIX: Spreadsheet only loading for one instance
This commit moves spreadsheet logic to a component which resolves the issue where the spreadsheet only loads the first time the edit modal appears.
2022-07-14 08:56:11 -07:00

6 lines
151 B
Handlebars

<SpreadsheetEditor
@model={{this.model}}
@tableHtml={{this.tableHtml}}
@triggerModalClose={{action "closeEditModal"}}
@submitOnClose="false"
/>