mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user