We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0eef7c + b0b3b66 commit fb646b0Copy full SHA for fb646b0
lib/web/mage/backend/notification.js
@@ -13,7 +13,7 @@ define([
13
$.widget('mage.notification', {
14
options: {
15
templates: {
16
- global: '<div class="messages"><div class="message <%- if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
+ global: '<div class="messages"><div class="message <% if (data.error) { %>error<% } %>"><div><%- data.message %></div></div></div>'
17
}
18
},
19
0 commit comments