feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -33,8 +33,8 @@ export function ChatLabel({ conversation, bodyshop }) {
|
||||
variables: { id: conversation.id, label: value }
|
||||
});
|
||||
if (response.errors) {
|
||||
notification["error"]({
|
||||
message: t("messages.errors.updatinglabel", {
|
||||
notification.error({
|
||||
title: t("messages.errors.updatinglabel", {
|
||||
error: JSON.stringify(response.errors)
|
||||
})
|
||||
});
|
||||
@@ -50,8 +50,8 @@ export function ChatLabel({ conversation, bodyshop }) {
|
||||
setEditing(false);
|
||||
}
|
||||
} catch (error) {
|
||||
notification["error"]({
|
||||
message: t("messages.errors.updatinglabel", {
|
||||
notification.error({
|
||||
title: t("messages.errors.updatinglabel", {
|
||||
error: JSON.stringify(error)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user