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.
1 parent f65cbac commit 26f3731Copy full SHA for 26f3731
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