Skip to content

Commit

Permalink
Merge pull request #251 from linea-it/250-pz-pipelines-back-button
Browse files Browse the repository at this point in the history
Fixed #250 - Fixed
  • Loading branch information
jandsonrj authored May 6, 2024
2 parents f517a09 + 2011dff commit 9083610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/pz_pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function PZPipelines() {
color="primary"
edge="start"
aria-label="Go back"
onClick={() => window.history.back()}
onClick={() => (window.location.href = window.location.origin)}
>
<ArrowBackIos />
</IconButton>
Expand Down

0 comments on commit 9083610

Please sign in to comment.