From 8322e53425732982c8391e5dfb7faea222842bc0 Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Mon, 26 Aug 2024 09:37:33 +0200 Subject: [PATCH] =?UTF-8?q?feat(co=C3=BBt-cr=C3=A9ation):=20Rajoute=20un?= =?UTF-8?q?=20lien=20vers=20le=20choix=20de=20statut=20depuis=20le=20co?= =?UTF-8?q?=C3=BBt=20de=20cr=C3=A9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/pages/simulateurs/cout-creation-entreprise/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/site/source/pages/simulateurs/cout-creation-entreprise/config.ts b/site/source/pages/simulateurs/cout-creation-entreprise/config.ts index e726ff0bc..a9c027d8c 100644 --- a/site/source/pages/simulateurs/cout-creation-entreprise/config.ts +++ b/site/source/pages/simulateurs/cout-creation-entreprise/config.ts @@ -52,6 +52,7 @@ export function coûtCréationEntrepriseConfig({ }, }, component: CoutCreationEntreprise, + nextSteps: ['choix-statut'], // Remove this "as const" when we upgrade to typescript v5: } as const)