We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943d84f commit 36e3b8aCopy full SHA for 36e3b8a
src/ui/layouts/pipelines/Pipelines/List/index.tsx
@@ -61,9 +61,7 @@ export const List: React.FC<Props> = ({
61
if (id) {
62
history.push(routePaths.pipelines.list(selectedWorkspace));
63
} else {
64
- history.push(
65
- routePaths.pipeline.configuration(pipeline.id, selectedWorkspace),
66
- );
+ history.push(routePaths.pipeline.runs(selectedWorkspace, pipeline.id));
67
}
68
};
69
0 commit comments