Skip to content

Commit

Permalink
feat: new calandar commissions (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannNumericite authored Nov 13, 2024
1 parent 44826fc commit f068785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions formulaire/src/components/home/ActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ActionBar: React.FC<Props> = ({ action, counts }) => {
let resDossier = await createDossierEds({
demandeurId: resDemanndeur.id,
dateCreation: new Date(),
nom: ''
nom: "",
} as Dossier);
router.push(`/dossier/${resDossier.id}`);
};
Expand Down Expand Up @@ -84,7 +84,7 @@ const ActionBar: React.FC<Props> = ({ action, counts }) => {
Créer un nouveau dossier
</ButtonLink>
<a
href="./calendar_commission/Calendrier_commission_2023.pdf"
href="./calendar_commission/Calendrier_commission_2025 H92-.pdf"
target="blank"
>
<ButtonLink light={true} onClick={() => {}}>
Expand Down

0 comments on commit f068785

Please sign in to comment.