mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-06-26 18:32:16 +00:00
FIX: Linting issues
This commit is contained in:
parent
e733414781
commit
83d10bff76
@ -1,5 +1,5 @@
|
||||
<div class="body-row">
|
||||
<Input
|
||||
<TextField
|
||||
@value={{bodyRowValue}}
|
||||
@class="table-builder-input"
|
||||
@placeholderKey={{theme-prefix "discourse_table_builder.modal.body"}}
|
||||
@ -17,4 +17,4 @@
|
||||
@action={{action "removeRow"}}
|
||||
@disabled={{this.disableRemoveRow}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="header-column">
|
||||
<div class="header-row">
|
||||
<Input
|
||||
<TextField
|
||||
@value={{columnHeaderValue}}
|
||||
@class="table-builder-input"
|
||||
@id="header-column-{{@columnId}}"
|
||||
@ -59,4 +59,4 @@
|
||||
@title={{theme-prefix "discourse_table_builder.modal.buttons.add_column"}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,4 +37,4 @@
|
||||
@label={{theme-prefix "discourse_table_builder.modal.cancel"}}
|
||||
@action={{action "cancelTableCreation"}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user