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.',
|
||||
})
|
||||
break
|
||||
case 'due-date-removed':
|
||||
showSuccess({
|
||||
title: 'Task Unplanned',
|
||||
message: 'The task is now unplanned and has no due date.',
|
||||
})
|
||||
break
|
||||
case 'unarchive':
|
||||
showSuccess({
|
||||
title: 'Task Restored',
|
||||
|
||||
Reference in New Issue
Block a user