Skip to content

Commit

Permalink
remove alert and add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjzhao committed Dec 6, 2024
1 parent a85f2cc commit 92af6b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const MTOTableActions = () => {
const handleCreate = () => {
create().then(response => {
if (!response?.errors) {
alert('Standard categories created successfully');
// TODO: Add success message
// alert('Standard categories created successfully');
}
});
};
Expand Down

0 comments on commit 92af6b7

Please sign in to comment.