Merge pull request #25275 from surajshetty3416/fix-ctc
This commit is contained in:
commit
bbda60b62d
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ frappe.Application = class Application {
|
|||
frappe.set_route("Form", newdoc.doctype, newdoc.name);
|
||||
frappe.dom.unfreeze();
|
||||
});
|
||||
res && res.fail(frappe.dom.unfreeze);
|
||||
res && res.fail?.(frappe.dom.unfreeze);
|
||||
});
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue