Skip to content

Commit

Permalink
🩹 création page formulaire candidat indisponible wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dienamo committed May 6, 2024
1 parent c09a552 commit 7214c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/aide-candidat/Actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';

function Actions() {

const urlFormConseiller = process.env.REACT_APP_FORMS_URL + '/formulaire-indisponible';
const urlFormConseiller = process.env.REACT_APP_FORMS_URL + '/candidature/formulaire-indisponible';

return (
<div className="fr-container fr-col-lg-5 fr-col-xs-12 fr-mb-10w" style={{ textAlign: 'center' }}>
Expand Down

0 comments on commit 7214c91

Please sign in to comment.