We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437bf6c commit 6337122Copy full SHA for 6337122
web/src/lib/components/files/DirectoryInput.svelte
@@ -26,6 +26,6 @@
26
const mergedProps = mergeProps({ onclick }, restProps);
27
</script>
28
29
-<Button.Root {...mergedProps}>
+<Button.Root type="button" {...mergedProps}>
30
{@render children?.({ directory })}
31
</Button.Root>
0 commit comments