Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi committed Oct 11, 2023
1 parent ab79373 commit f2b5e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/covisart/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Product = () => {
const handleSubmit = event => {
event.preventDefault(); // 👈️ prevent page refresh

//uploadData(state)
uploadData(state)
openNotification('bottomRight')
};
return (
Expand Down

0 comments on commit f2b5e04

Please sign in to comment.