Skip to content

Commit

Permalink
fix: fix wording excel export modal - Ref gestion-de-projet#2610
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Sep 24, 2024
1 parent ba84e85 commit 9e9e9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dashboard/ExportModal/ExportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ const ExportModal: React.FC<ExportModalProps> = ({ cohortId, fhirGroupId, open,
onChange={(event) => setSelectState(event.target.value as 'csv' | 'xlsx')}
>
<MenuItem value={'csv'}>{'Fichier csv'}</MenuItem>
<MenuItem value={'xlsx'}>{'Fichier exel (.xlsx)'}</MenuItem>
<MenuItem value={'xlsx'}>{'Fichier excel (.xlsx)'}</MenuItem>
</Select>
</Grid>

Expand Down

0 comments on commit 9e9e9a6

Please sign in to comment.