feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -22,8 +22,8 @@ export default function ShopUsersAuthEdit({ association }) {
|
||||
});
|
||||
|
||||
if (result.errors) {
|
||||
notification["error"]({
|
||||
message: t("user.errors.updating", {
|
||||
notification.error({
|
||||
title: t("user.errors.updating", {
|
||||
message: JSON.stringify(result.errors)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user