This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: toast red indicator icon
version-14
prssanna
4 years ago
parent
882ea6e3d1
commit
dcbce242a9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/ui/messages.js
+ 1
- 1
frappe/public/js/frappe/ui/messages.js
View File
@@ -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') {
Write
Preview
Loading…
Cancel
Save