Skip to content

Commit

Permalink
Merge branch 'main' into remove-deprecated-files
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Sep 26, 2023
2 parents 88314d2 + 15ec166 commit 8aa8c11
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ export const ImportApplicationsForm: React.FC<ImportApplicationsFormProps> = ({
accept: { "text/csv": [".csv"] },
onDropRejected: handleFileRejected,
}}
onClearClick={() => {
setFile(undefined);
}}
/>
{isFileRejected && (
<FormHelperText>
Expand Down

0 comments on commit 8aa8c11

Please sign in to comment.