Skip to content

Commit 5ee9004

Browse files
committed
fix: replace old per operational learning route with new route
1 parent 4fa6a36 commit 5ee9004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/views/DrefApplicationForm/EventDetail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function EventDetail(props: Props) {
8989
}, [setFieldValue]);
9090

9191
const operationalLearningUrl = useLink({
92-
to: 'preparednessGlobalOperational',
92+
to: 'operationalLearning',
9393
external: false,
9494
});
9595

app/src/views/SurgeOperationalToolbox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export function Component() {
528528
{
529529
learnings: (
530530
<Link
531-
to="preparednessGlobalOperational"
531+
to="operationalLearning"
532532
>
533533
{strings.learnings}
534534
</Link>

0 commit comments

Comments
 (0)