fix: remove indicator
This commit is contained in:
parent
c3d0ab5f9a
commit
0b00aabc6a
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
frappe.ui.form.on("Document Comparator", {
|
||||
refresh(frm) {
|
||||
frm.page.clear_indicator();
|
||||
|
||||
frm.disable_save();
|
||||
|
||||
frm.set_query("doctype_name", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue