Fix navigation error in workflow run UI (#586)
This commit is contained in:
@@ -54,7 +54,7 @@ function WorkflowRun() {
|
|||||||
"noopener,noreferrer",
|
"noopener,noreferrer",
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
navigate(`${id}/actions`);
|
navigate(`/tasks/${id}/actions`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user