We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedea8a commit b962eebCopy full SHA for b962eeb
1 file changed
src/steps/UploadStep/components/DropZone.tsx
@@ -40,7 +40,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
40
})
41
42
},
43
- onDrop: async ([file]) => {
+ onDropAccepted: async ([file]) => {
44
setLoading(true)
45
const arrayBuffer = await readFileAsync(file)
46
const workbook = XLSX.read(arrayBuffer, {
0 commit comments