Skip to content

Commit

Permalink
fix: toast red indicator icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prssanna committed Mar 10, 2021
1 parent 882ea6e commit dcbce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/ui/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ frappe.show_alert = function(message, seconds=7, actions={}) {
'yellow': "solid-warning",
'blue': "solid-success",
'green': "solid-success",
'red': "solid-red"
'red': "solid-error"
};

if (typeof message==='string') {
Expand Down

0 comments on commit dcbce24

Please sign in to comment.