[fix] typo
This commit is contained in:
parent
3ba121f82a
commit
87ccb3a6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ frappe.ui.toolbar.Toolbar = Class.extend({
|
|||
me.progress_dialog.show();
|
||||
});
|
||||
|
||||
if (cint(frappe.boot.sysdefault.is_first_startup)) {
|
||||
if (cint(frappe.boot.sysdefaults.is_first_startup)) {
|
||||
me.progress_dialog.show();
|
||||
frappe.call({
|
||||
method: "frappe.desk.page.setup_wizard.setup_wizard.reset_is_first_startup",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue