diff --git a/webui/src/lib/components/EntitySetEditor.svelte b/webui/src/lib/components/EntitySetEditor.svelte index 8ebd27d..7803e83 100644 --- a/webui/src/lib/components/EntitySetEditor.svelte +++ b/webui/src/lib/components/EntitySetEditor.svelte @@ -14,7 +14,7 @@ }>(); export let entities: string[]; - export let hide = false; + export let hidden = false; export let header = ''; export let icon: string | null = null; @@ -40,7 +40,7 @@ } - + {#if icon} {/if}{header} - +