Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Apr 29, 2024
1 parent 040941b commit 5cb337a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const FileUpload = ({
errorOverlayText={error}
allowMultiple={false}
label="Upload"
onChange={handleDropZoneDrop}
onDrop={handleDropZoneDrop}
disabled={disabled}
labelHidden
>
Expand Down

0 comments on commit 5cb337a

Please sign in to comment.