fix: typo in desk notification condition
This commit is contained in:
parent
8b7c976f68
commit
2f553aba4b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ frappe.ui.toolbar.Toolbar = class {
|
|||
}
|
||||
|
||||
setup_notifications () {
|
||||
if (frappe.boot.desk_settings.notification) {
|
||||
if (frappe.boot.desk_settings.notifications) {
|
||||
this.notifications = new frappe.ui.Notifications();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue