We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5d76 commit cec9409Copy full SHA for cec9409
met-web/src/components/engagement/form/ActionContext.tsx
@@ -232,6 +232,7 @@ export const ActionProvider = ({ children }: { children: JSX.Element }) => {
232
}) as PatchEngagementRequest;
233
234
if (Object.keys(engagementEditsToPatch).length === 0) {
235
+ dispatch(openNotification({ severity: 'success', text: 'Engagement has been saved' }));
236
setSaving(false);
237
return savedEngagement;
238
}
0 commit comments