Skip to content

Commit

Permalink
refactor: migrate to new drop zone component
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Dec 12, 2023
1 parent 937221e commit a0f9bef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/component/modal/metaImportation/MetaImportationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ function MetaImportationModal({ onClose, file }: MetaImportationModalProps) {
{!parseResult ? (
<DropZone
fileValidator={fileValidator}
color="gray"
emptyText="Drag and Drop CSV or tab-delimited file (.csv, .txt or .tsv)"
emptyDescription="Drag and Drop CSV or tab-delimited file (.csv, .txt or .tsv)"

Check warning on line 227 in src/component/modal/metaImportation/MetaImportationModal.tsx

View check run for this annotation

Codecov / codecov/patch

src/component/modal/metaImportation/MetaImportationModal.tsx#L227

Added line #L227 was not covered by tests
onDrop={handleDrop}
/>
) : (
Expand Down

0 comments on commit a0f9bef

Please sign in to comment.