We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aedea8a + b962eeb commit fb01505Copy full SHA for fb01505
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