Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emorgan12 committed Sep 25, 2024
1 parent 791b649 commit b5a73bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory-managment/src/new.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function CreateItem() {
})
.then((data) => {
console.log('Success:', data);
alert('Contact added successfully');
alert('Item Created successfully');
})
.catch((error) => {
console.error('Error:', error);
Expand Down

0 comments on commit b5a73bd

Please sign in to comment.