Skip to content

Commit

Permalink
issueId #215565 fix: Content getting changed if user clicks on practi…
Browse files Browse the repository at this point in the history
…ce more
  • Loading branch information
ajinkyapandetekdi committed Mar 19, 2024
2 parents 866d22a + 295dbbf commit 622f67f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/Story/Discover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,9 @@ const addLessonCheck = async (res, resultArray, checkInd) => {
.catch(err => {
toast({
position: 'top',
title: `${err?.message}`,
status: 'error',
title: "Please speak louder and clear",
status: 'success',
duration: 1000,
});
error(err, { err: err.name, errtype: 'CONTENT' }, 'ET');

Expand Down

0 comments on commit 622f67f

Please sign in to comment.