Skip to content

Commit

Permalink
allow folders to be uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
AWerbrouck committed May 9, 2024
1 parent 60986e0 commit ef0dabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/submit/components/SubmitForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SubmitForm: FC<{ form: FormInstance, setFileAdded: (added: boolean) => voi
name="file"
beforeUpload={() => false}
multiple={false}
directory={true}
directory={false}
style={{height: "100%"}}
onChange={({file}) => {
if (file.status !== 'uploading') {
Expand Down

0 comments on commit ef0dabf

Please sign in to comment.