Skip to content

Commit

Permalink
fix: wrong review path
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jun 18, 2024
1 parent 8706e0d commit dc0a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Review/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { metadataStore } from 'shared/metadataStore/metadataStore'
import { ReviewPage } from './ReviewPage'

export const reviewPath =
'/questionnaire/review/$questionnaireId/unite-enquetee/$surveyUnitId'
'review/questionnaire/$questionnaireId/unite-enquetee/$surveyUnitId'

export const reviewRoute = createRoute({
getParentRoute: () => rootRoute,
Expand Down

0 comments on commit dc0a392

Please sign in to comment.