Skip to content

Commit 6042058

Browse files
zwergiusTal500
andauthored
Update src/components/Dropzone.svelte
Co-authored-by: Tal500 <[email protected]>
1 parent e5fbc54 commit 6042058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dropzone.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
export let containerStyles = "";
3333
export let disableDefaultStyles = false;
3434
export let name = "";
35-
export let inputRef;
35+
export let inputElement;
3636
export let required = false;
3737
const dispatch = createEventDispatcher();
3838

0 commit comments

Comments
 (0)