fix: toast red indicator icon
This commit is contained in:
parent
882ea6e3d1
commit
dcbce242a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue