Skip to content

Commit 8b2d77c

Browse files
committed
lint fixes
1 parent 4c0791f commit 8b2d77c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cspell.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@
484484
"darkmatter",
485485
"Undeletes",
486486
"SSSZ",
487-
"pageerror"
487+
"pageerror",
488+
"annotatable"
488489
],
489490
"dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US", "en-gb", "misc"],
490491
"ignorePaths": [

src/plugins/LADTable/components/LadTableConfiguration.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</div>
3131
<div class="c-inspect-properties__value">
3232
<input
33+
v-if="isEditing"
3334
:id="key + 'ColumnControl'"
3435
type="checkbox"
35-
v-if="isEditing"
3636
:checked="configuration.hiddenColumns[key] !== true"
3737
@change="toggleColumn(key)"
3838
/>

0 commit comments

Comments
 (0)