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