Fix broken link in task table to retry task (#1548)

This commit is contained in:
Shuchang Zheng
2025-01-14 08:33:31 -08:00
committed by GitHub
parent 111d1e3a8e
commit 950a4a54f3

View File

@@ -160,7 +160,7 @@ function TaskActions({ task }: Props) {
</DialogTrigger>
<DropdownMenuItem
onSelect={() => {
navigate(`/create/retry/${task.task_id}`);
navigate(`/tasks/create/retry/${task.task_id}`);
}}
>
Rerun Task