Skip to content

Commit

Permalink
fix: typo sur les fichiers csv affelnet (#3822)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Gaucher <[email protected]>
  • Loading branch information
Pomarom and Pomarom authored Sep 18, 2024
1 parent 5ac2f91 commit 1731fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/modules/voeux/AffelnetPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function VoeuxAffelnetPage() {
: "";
downloadObject(
await _getBlob(`/api/v1/affelnet/export/non-concretise${params}`),
`voeux_affelnet_non_concretisee.csv`,
`voeux_affelnet_non_concretise.csv`,
"text/plain"
);
}}
Expand Down Expand Up @@ -301,7 +301,7 @@ function VoeuxAffelnetPage() {
const params = organisme_departements ? `?organisme_departements=${organisme_departements}` : "";
downloadObject(
await _getBlob(`/api/v1/affelnet/export/concretise${params}`),
`voeux_affelnet_non_concretisee.csv`,
`voeux_affelnet_concretise.csv`,
"text/plain"
);
}}
Expand Down

0 comments on commit 1731fc4

Please sign in to comment.