diff --git a/app/assets/javascripts/discourse/app/components/modal/spreadsheet-editor.gjs b/app/assets/javascripts/discourse/app/components/modal/spreadsheet-editor.gjs index 6d483e765eb..21748ab8742 100644 --- a/app/assets/javascripts/discourse/app/components/modal/spreadsheet-editor.gjs +++ b/app/assets/javascripts/discourse/app/components/modal/spreadsheet-editor.gjs @@ -328,58 +328,61 @@ export default class SpreadsheetEditor extends Component { <:footer> -
- + {{#unless this.loading}} +
+ - -
+ +
-
- {{#if this.isEditingTable}} -
- - {{#if this.showEditReason}} - + {{#if this.isEditingTable}} +
+ - {{/if}} -
- {{/if}} - -
    -

    {{i18n "table_builder.modal.help.title"}}

    -
  • - - {{i18n "table_builder.modal.help.enter_key"}} - - {{i18n "table_builder.modal.help.new_row"}} -
  • -
  • - - {{i18n "table_builder.modal.help.tab_key"}} - - {{i18n "table_builder.modal.help.new_col"}} -
  • -
  • {{i18n "table_builder.modal.help.options"}}
  • -
-
-
+ {{#if this.showEditReason}} + + {{/if}} +
+ {{/if}} + + + + + {{/unless}} +