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"}}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="header-column">
|
||||
<div class="header-row">
|
||||
<Input
|
||||
<TextField
|
||||
@value={{columnHeaderValue}}
|
||||
@class="table-builder-input"
|
||||
@id="header-column-{{@columnId}}"
|
||||
|
|
Loading…
Reference in New Issue