Update frontend/src/lib/components/ArrayTypeNarrowing.svelte

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Alexander Petric
2025-01-02 15:39:15 -05:00
committed by GitHub
parent 13446ef186
commit 7e5895483b
@@ -42,7 +42,7 @@
}
</script>
{#if itemsType?.type === 'resource' && canEditResourceType || itemsType?.type !== 'resource'}
{#if (itemsType?.type === 'resource' && canEditResourceType) || itemsType?.type !== 'resource'}
<Label label="Items type">
<select
bind:value={selected}