Add success notification for task unplanned event in MyChores component
This commit is contained in:
@@ -527,6 +527,12 @@ const MyChores = () => {
|
|||||||
message: 'The task due date has been updated successfully.',
|
message: 'The task due date has been updated successfully.',
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
|
case 'due-date-removed':
|
||||||
|
showSuccess({
|
||||||
|
title: 'Task Unplanned',
|
||||||
|
message: 'The task is now unplanned and has no due date.',
|
||||||
|
})
|
||||||
|
break
|
||||||
case 'unarchive':
|
case 'unarchive':
|
||||||
showSuccess({
|
showSuccess({
|
||||||
title: 'Task Restored',
|
title: 'Task Restored',
|
||||||
|
|||||||
Reference in New Issue
Block a user