diff --git a/webui/src/components/Inspect.svelte b/webui/src/components/Inspect.svelte index 3f5d2bb..da13c82 100644 --- a/webui/src/components/Inspect.svelte +++ b/webui/src/components/Inspect.svelte @@ -80,7 +80,7 @@ } $: filteredUntypedAttributes = untypedAttributes.filter( - (entry) => !["IS", "LBL"].includes(entry.attribute) + (entry) => !["IS", "LBL", "NOTE"].includes(entry.attribute) ); $: currentUntypedAttributes = editable