Fix broken link in task table to retry task (#1548)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user