[ui] hide note from default attr listing

feat/vaults
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
1 changed files with 1 additions and 1 deletions

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