Skip to content

Commit 36e3b8a

Browse files
active tab should be runs.
1 parent 943d84f commit 36e3b8a

File tree

1 file changed

+1
-3
lines changed
  • src/ui/layouts/pipelines/Pipelines/List

1 file changed

+1
-3
lines changed

src/ui/layouts/pipelines/Pipelines/List/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ export const List: React.FC<Props> = ({
6161
if (id) {
6262
history.push(routePaths.pipelines.list(selectedWorkspace));
6363
} else {
64-
history.push(
65-
routePaths.pipeline.configuration(pipeline.id, selectedWorkspace),
66-
);
64+
history.push(routePaths.pipeline.runs(selectedWorkspace, pipeline.id));
6765
}
6866
};
6967

0 commit comments

Comments
 (0)