Skip to content

Commit 4cde61d

Browse files
author
Stanislav Idolov
authored
ENGCOM-2839: [Forwardport] Message list component fix: the message type is always error when parameters specified #17703
2 parents 924a8b7 + a105200 commit 4cde61d

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
@@ -55,7 +55,7 @@ define([
5555
return messageObj.parameters.shift();
5656
});
5757
this.clear();
58-
this.errorMessages.push(message);
58+
type.push(message);
5959

6060
return true;
6161
},

0 commit comments

Comments
 (0)