Skip to content

Commit

Permalink
Update frontend/src/lib/components/ArrayTypeNarrowing.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
alpetric and ellipsis-dev[bot] authored Jan 2, 2025
1 parent 13446ef commit 7e58954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/ArrayTypeNarrowing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7e58954

Please sign in to comment.