Skip to content

Commit e00ef32

Browse files
authored
fix lint error
1 parent 9138503 commit e00ef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/UploadStep/components/DropZone.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
4848
dateNF: dateFormat,
4949
raw: parseRaw,
5050
dense: true,
51-
codepage: 65001
51+
codepage: 65001,
5252
})
5353
setLoading(false)
5454
onContinue(workbook, file)

0 commit comments

Comments
 (0)