diff --git a/.cspell.json b/.cspell.json
index 9915d5f666..a8f4777ce9 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -484,7 +484,8 @@
     "darkmatter",
     "Undeletes",
     "SSSZ",
-    "pageerror"
+    "pageerror",
+    "annotatable"
   ],
   "dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US", "en-gb", "misc"],
   "ignorePaths": [
diff --git a/src/plugins/LADTable/components/LadTableConfiguration.vue b/src/plugins/LADTable/components/LadTableConfiguration.vue
index fa22e508c9..b76d81157b 100644
--- a/src/plugins/LADTable/components/LadTableConfiguration.vue
+++ b/src/plugins/LADTable/components/LadTableConfiguration.vue
@@ -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)"
           />