Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
Signed-off-by: Shevijacobson <[email protected]>
  • Loading branch information
Shevijacobson committed Sep 24, 2024
1 parent 131ed90 commit d227e1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const ImportApplicationsForm: React.FC<ImportApplicationsFormProps> = ({
"application/vnd.ms-excel": [".xls"],
"application/vnd.oasis.opendocument.spreadsheet": [".ods"],
},
onDropRejected: handleFileRejected,
}}
onClearClick={() => {
setFile(undefined);
Expand All @@ -111,7 +112,7 @@ export const ImportApplicationsForm: React.FC<ImportApplicationsFormProps> = ({
<FormHelperText>
<HelperText>
<HelperTextItem variant="error">
{t("errors.invalidFileFormat")}
You should select a CSV/EXEL/ODS file.
</HelperTextItem>
</HelperText>
</FormHelperText>
Expand Down

0 comments on commit d227e1c

Please sign in to comment.