FIX: Linting issues
This commit is contained in:
parent
e733414781
commit
83d10bff76
|
@ -1,5 +1,5 @@
|
||||||
<div class="body-row">
|
<div class="body-row">
|
||||||
<Input
|
<TextField
|
||||||
@value={{bodyRowValue}}
|
@value={{bodyRowValue}}
|
||||||
@class="table-builder-input"
|
@class="table-builder-input"
|
||||||
@placeholderKey={{theme-prefix "discourse_table_builder.modal.body"}}
|
@placeholderKey={{theme-prefix "discourse_table_builder.modal.body"}}
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
@action={{action "removeRow"}}
|
@action={{action "removeRow"}}
|
||||||
@disabled={{this.disableRemoveRow}}
|
@disabled={{this.disableRemoveRow}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="header-column">
|
<div class="header-column">
|
||||||
<div class="header-row">
|
<div class="header-row">
|
||||||
<Input
|
<TextField
|
||||||
@value={{columnHeaderValue}}
|
@value={{columnHeaderValue}}
|
||||||
@class="table-builder-input"
|
@class="table-builder-input"
|
||||||
@id="header-column-{{@columnId}}"
|
@id="header-column-{{@columnId}}"
|
||||||
|
@ -59,4 +59,4 @@
|
||||||
@title={{theme-prefix "discourse_table_builder.modal.buttons.add_column"}}
|
@title={{theme-prefix "discourse_table_builder.modal.buttons.add_column"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -37,4 +37,4 @@
|
||||||
@label={{theme-prefix "discourse_table_builder.modal.cancel"}}
|
@label={{theme-prefix "discourse_table_builder.modal.cancel"}}
|
||||||
@action={{action "cancelTableCreation"}}
|
@action={{action "cancelTableCreation"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue