[ui] hide note from default attr listing

This commit is contained in:
Tomáš Mládek 2022-01-23 11:31:58 +01:00
parent 1ad52da07a
commit 956fe9344d
No known key found for this signature in database
GPG key ID: ED21612889E75EC5

View file

@ -80,7 +80,7 @@
} }
$: filteredUntypedAttributes = untypedAttributes.filter( $: filteredUntypedAttributes = untypedAttributes.filter(
(entry) => !["IS", "LBL"].includes(entry.attribute) (entry) => !["IS", "LBL", "NOTE"].includes(entry.attribute)
); );
$: currentUntypedAttributes = editable $: currentUntypedAttributes = editable