summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components/contracts/CommandModePanel.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/components/contracts/CommandModePanel.tsx')
-rw-r--r--makima/frontend/src/components/contracts/CommandModePanel.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/frontend/src/components/contracts/CommandModePanel.tsx b/makima/frontend/src/components/contracts/CommandModePanel.tsx
index 832d5ec..b39b309 100644
--- a/makima/frontend/src/components/contracts/CommandModePanel.tsx
+++ b/makima/frontend/src/components/contracts/CommandModePanel.tsx
@@ -65,7 +65,7 @@ export function CommandModePanel({ contract, onUpdate }: CommandModePanelProps)
const handleGoToSupervisor = useCallback(() => {
if (supervisorStatus.supervisorTaskId) {
- navigate(`/mesh/${supervisorStatus.supervisorTaskId}`);
+ navigate(`/exec/${supervisorStatus.supervisorTaskId}`);
}
}, [supervisorStatus.supervisorTaskId, navigate]);
const config = statusConfig[supervisorStatus.status];