Fix navigation error in workflow run UI (#586)

This commit is contained in:
Kerem Yilmaz
2024-07-11 09:02:22 -07:00
committed by GitHub
parent 240e591280
commit dfcd2be4a5

View File

@@ -54,7 +54,7 @@ function WorkflowRun() {
"noopener,noreferrer", "noopener,noreferrer",
); );
} else { } else {
navigate(`${id}/actions`); navigate(`/tasks/${id}/actions`);
} }
} }