Skip to content

Commit 575e7f0

Browse files
committed
Fix label prop not being passed to SingleFileInput by MultimodalFileInput
1 parent 1bf12ed commit 575e7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/lib/components/files/MultimodalFileInput.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</div>
113113

114114
{#snippet fileInput()}
115-
<SingleFileInput required bind:file={instance.file} />
115+
<SingleFileInput required {label} bind:file={instance.file} />
116116
{/snippet}
117117

118118
{#snippet urlInput()}

0 commit comments

Comments
 (0)