Skip to content

Commit bb18d72

Browse files
author
Stanislav Idolov
authored
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - #17702: [Backport] Message list component fix: the message type is always error when parameters specified (by @dmytro-ch) Fixed GitHub Issues: - #17700: Message list component: the message type is always error when parameters specified (reported by @dmytro-ch) has been fixed in #17702 by @dmytro-ch in 2.1-develop branch Related commits: 1. 831fe2f
2 parents 5a7a18f + bdf0bd5 commit bb18d72

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/frontend/web/js/model

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/frontend/web/js/model/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ define([
5252
return messageObj.parameters.shift();
5353
});
5454
this.clear();
55-
this.errorMessages.push(message);
55+
type.push(message);
5656

5757
return true;
5858
},

0 commit comments

Comments
 (0)