mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 03:55:31 +00:00
lint fixes
This commit is contained in:
parent
4c0791f04b
commit
8b2d77c876
@ -484,7 +484,8 @@
|
||||
"darkmatter",
|
||||
"Undeletes",
|
||||
"SSSZ",
|
||||
"pageerror"
|
||||
"pageerror",
|
||||
"annotatable"
|
||||
],
|
||||
"dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US", "en-gb", "misc"],
|
||||
"ignorePaths": [
|
||||
|
@ -30,9 +30,9 @@
|
||||
</div>
|
||||
<div class="c-inspect-properties__value">
|
||||
<input
|
||||
v-if="isEditing"
|
||||
:id="key + 'ColumnControl'"
|
||||
type="checkbox"
|
||||
v-if="isEditing"
|
||||
:checked="configuration.hiddenColumns[key] !== true"
|
||||
@change="toggleColumn(key)"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user