Skip to content

Commit

Permalink
fix path for pipeline edits
Browse files Browse the repository at this point in the history
  • Loading branch information
klandeck committed Apr 6, 2022
1 parent 615b358 commit 2bc0461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/pipeline/PipelineRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const PipelineRow = (props: IPipelineRow): JSX.Element => {
<TableRow key={domain.id}>
<TableCell
align="left"
onClick={() => history.push(`/pipeline/${domain.id}`)}
onClick={() => history.push(`/ui/pipeline/${domain.id}`)}
>
<IconButton size="small">
<VisibilityIcon htmlColor={theme.palette.grey[700]} />
Expand Down

0 comments on commit 2bc0461

Please sign in to comment.