Skip to content

Commit

Permalink
[@mantine/dropzone] Fix getFilesFromEvent error when files are droppp…
Browse files Browse the repository at this point in the history
…ed (#3115)
  • Loading branch information
rtivital committed Dec 5, 2022
1 parent 52982e2 commit fa99d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-dropzone/src/Dropzone.tsx
Expand Up @@ -188,8 +188,8 @@ export function _Dropzone(props: DropzoneProps) {
onFileDialogOpen,
preventDropOnDocument,
useFsAccessApi,
getFilesFromEvent,
validator,
...(getFilesFromEvent ? { getFilesFromEvent } : null),
});

assignRef(openRef, open);
Expand Down

0 comments on commit fa99d8c

Please sign in to comment.