Merge pull request 'Trigger the message after a successfully updated Activity' (#67) from pramod_enhance#168 into Issue_May_2W
Reviewed-on: #67
This commit is contained in:
commit
2482a79f9c
@ -141,7 +141,9 @@ const EditActivityModal = ({
|
|||||||
data: newProject,
|
data: newProject,
|
||||||
});
|
});
|
||||||
resetForm();
|
resetForm();
|
||||||
dispatch(refreshData(true));
|
dispatch( refreshData( true ) );
|
||||||
|
showToast("Activity Updated Successfully","success")
|
||||||
|
|
||||||
onClose();
|
onClose();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user