fix: reset announcements after saving settings
This commit is contained in:
parent
1a0fe4c48d
commit
351151b0ff
1 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// For license information, please see license.txt
|
||||
|
||||
frappe.ui.form.on("Navbar Settings", {
|
||||
// refresh: function(frm) {
|
||||
// }
|
||||
after_save: function (frm) {
|
||||
frappe.ui.toolbar.reset_announcement_widget();
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue