Skip to content

Commit

Permalink
Merge pull request #278 from linea-it/275-return-button-after-upload
Browse files Browse the repository at this point in the history
Click path changed
  • Loading branch information
gschwend authored Jul 3, 2024
2 parents bb1503a + 5e601e6 commit 645b0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ProductDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function ProductDetail({ productId, internalName }) {
>
<ArrowBackIosIcon
onClick={() => {
router.back()
router.push('/user_products')
}}
color="primary"
cursor="pointer"
Expand Down

0 comments on commit 645b0d2

Please sign in to comment.