fix: make discarding the layout work again
This commit is contained in:
parent
eea8d95fba
commit
49ca32f7be
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ class DesktopPage {
|
|||
this.desktop_pane.hide();
|
||||
if (action === "cancel") {
|
||||
frappe.new_desktop_icons = null;
|
||||
this.sync_layout();
|
||||
this.update();
|
||||
return;
|
||||
}
|
||||
// submit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue