style: unindent chained .then
This commit is contained in:
parent
0b574a34b5
commit
aff6f71c81
1 changed files with 2 additions and 2 deletions
|
|
@ -118,8 +118,8 @@ export default {
|
|||
frappe.call('frappe.desk.moduleview.hide_modules_from_desktop', {
|
||||
modules: modules_to_hide
|
||||
})
|
||||
.then(r => r.message)
|
||||
.then(hs => this.update_modules_with_home_settings(hs));
|
||||
.then(r => r.message)
|
||||
.then(hs => this.update_modules_with_home_settings(hs));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue