Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Petric
7e5895483b Update frontend/src/lib/components/ArrayTypeNarrowing.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-01-02 15:39:15 -05:00
Alexander Petric
13446ef186 fix: show array type narrowing 2025-01-02 15:35:34 -05:00

View File

@@ -42,7 +42,7 @@
}
</script>
{#if canEditResourceType}
{#if (itemsType?.type === 'resource' && canEditResourceType) || itemsType?.type !== 'resource'}
<Label label="Items type">
<select
bind:value={selected}