Skip to content

Commit

Permalink
messages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmetCakir1 committed Sep 6, 2022
1 parent a71658a commit f60a673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToDoForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ToDoForm = () => {
setText('');
toastSuccessNotify("New item added successfully")
}else{
toastWarnNotify("Please fill in the blanks")
toastWarnNotify("Please fill in the blank field")
}
};

Expand Down

1 comment on commit f60a673

@vercel
Copy link

@vercel vercel bot commented on f60a673 Sep 6, 2022

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.