Skip to content

Commit

Permalink
Update accepted file formats for json upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats committed Dec 19, 2024
1 parent 65fb4a4 commit c5a600c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ImportModalContent = ({
<FileDropzone
onHandleFileChange={handleJsonFileChange}
defaultText={"dropZoneBoreholeJsonText"}
acceptedFileTypes={["text/csv", "application/json"]}
acceptedFileTypes={["application/json"]}
maxFilesToSelectAtOnce={1}
maxFilesToUpload={1}
isDisabled={false}
Expand Down

0 comments on commit c5a600c

Please sign in to comment.