We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa6a36 commit 5ee9004Copy full SHA for 5ee9004
app/src/views/DrefApplicationForm/EventDetail/index.tsx
@@ -89,7 +89,7 @@ function EventDetail(props: Props) {
89
}, [setFieldValue]);
90
91
const operationalLearningUrl = useLink({
92
- to: 'preparednessGlobalOperational',
+ to: 'operationalLearning',
93
external: false,
94
});
95
app/src/views/SurgeOperationalToolbox/index.tsx
@@ -528,7 +528,7 @@ export function Component() {
528
{
529
learnings: (
530
<Link
531
- to="preparednessGlobalOperational"
+ to="operationalLearning"
532
>
533
{strings.learnings}
534
</Link>
0 commit comments