Skip to content

Commit

Permalink
fix url EditProduct
Browse files Browse the repository at this point in the history
  • Loading branch information
ortizjavi committed Aug 27, 2021
1 parent 4e77bd8 commit 3a30dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/EditProduct/EditProduct.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function EditProductChild({ producto, defaultState }) {
reviews: review
});
setTimeout(
() => (document.location.href = "https://la-montaner.vercel.app/home/admin"),
() => (document.location.href = "https://la-montaner.vercel.app/admin"),
3000
);
} else {
Expand Down

1 comment on commit 3a30dcf

@vercel
Copy link

@vercel vercel bot commented on 3a30dcf Aug 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.