From 15e4ad38145376a7242d31e03582f8c92af2fd4e Mon Sep 17 00:00:00 2001 From: SUBHASH THENUA <100484672+SubhashThenua@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:42:05 +0530 Subject: [PATCH] Update DiscussionChat.jsx --- src/pages/DiscussionChat/DiscussionChat.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/DiscussionChat/DiscussionChat.jsx b/src/pages/DiscussionChat/DiscussionChat.jsx index f15316e..88b2dd3 100644 --- a/src/pages/DiscussionChat/DiscussionChat.jsx +++ b/src/pages/DiscussionChat/DiscussionChat.jsx @@ -128,7 +128,7 @@ const DiscussionChat = () => { const handleClick = async () => { if (answer === "") { - toast.error("Enter Your Answer", { + toast.error("Enter Your Answer.", { autoClose: 2000, }); } else { @@ -141,7 +141,7 @@ const DiscussionChat = () => { }`, }, }; - toast.success("Answer submitted successfully", { + toast.success("Answer submitted successfully!", { autoClose: 2000, }); const { data } = await axios.post(