Skip to content

Commit

Permalink
Drag drop file uploader added attribute name to its input field
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmohajer committed Nov 3, 2023
1 parent cebc230 commit 264fcdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const DraggableFileUploader = ({
setFile,
acceptableFileType,
inputId = 'draggableFileUploaderId',
inputName = 'fileName',
acceptableFileString = '.csv',
iconType = 'file-upload',
type = 'default'
Expand Down

0 comments on commit 264fcdd

Please sign in to comment.