mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 06:35:47 +00:00
Fix notif ctm
This commit is contained in:
parent
a098244281
commit
48d4150df2
@ -71,8 +71,8 @@ export function* editRecord(action) {
|
||||
params,
|
||||
});
|
||||
|
||||
yield put(recordEdited());
|
||||
strapi.notification.success('content-manager.success.record.save');
|
||||
yield put(recordEdited());
|
||||
} catch (err) {
|
||||
yield put(recordEditError());
|
||||
strapi.notification.error(isCreating ? 'content-manager.error.record.create' : 'content-manager.error.record.update');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user