Fix broken link in task table to retry task (#1548)
This commit is contained in:
@@ -160,7 +160,7 @@ function TaskActions({ task }: Props) {
|
|||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DropdownMenuItem
|
<DropdownMenuItem
|
||||||
onSelect={() => {
|
onSelect={() => {
|
||||||
navigate(`/create/retry/${task.task_id}`);
|
navigate(`/tasks/create/retry/${task.task_id}`);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Rerun Task
|
Rerun Task
|
||||||
|
|||||||
Reference in New Issue
Block a user