We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855ffc5 commit c622904Copy full SHA for c622904
frontend/src/pages/FrontPage/AutoScheduleSection/AutoScheduleMissionTableRow.tsx
@@ -108,7 +108,7 @@ export const AutoScheduleMissionTableRow = ({
108
<Typography
109
color={typographyColor}
110
as={Link}
111
- to={`${config.FRONTEND_BASE_ROUTE}/missiondefinition-${mission.id}`}
+ to={`${config.FRONTEND_BASE_ROUTE}/missiondefinition?id=${mission.id}`}
112
link
113
>
114
{mission.name}
0 commit comments