Skip to content

Commit 6337122

Browse files
committed
Add missing type to directory input buttons
1 parent 437bf6c commit 6337122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
const mergedProps = mergeProps({ onclick }, restProps);
2727
</script>
2828

29-
<Button.Root {...mergedProps}>
29+
<Button.Root type="button" {...mergedProps}>
3030
{@render children?.({ directory })}
3131
</Button.Root>

0 commit comments

Comments
 (0)