We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77e183 commit 9a0cd48Copy full SHA for 9a0cd48
1 file changed
client/src/commons/router.tsx
@@ -44,6 +44,7 @@ export default function Router() {
44
<Route path="/financements-par-aap/*" element={<Suspense><FundingsRoutes /></Suspense>} />
45
<Route path="/structures-finance" element={<Navigate to="/structures-finance/accueil" replace />} />
46
<Route path="/structures-finance/*" element={<Suspense><StructuresFinanceRoutes /></Suspense>} />
47
+ {/* Before adding a dashboard in production, add your dashboard in the mongoDB collection "Board" */}
48
49
{!isProd && (
50
<>
0 commit comments