chore: fix linters
missing translate function and newline at end of file.
This commit is contained in:
parent
32396c7fe5
commit
40b78692fe
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ frappe.ui.form.on("Form Tour", {
|
|||
frm.doc.reference_doctype
|
||||
) {
|
||||
frappe.throw(
|
||||
"Referance Doctype and Dashboard Name both can't be used at the same time."
|
||||
__("Referance Doctype and Dashboard Name both can't be used at the same time.")
|
||||
);
|
||||
}
|
||||
frm.doc.ui_tour && (frm.doc.page_route = JSON.stringify(await get_path(frm)));
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
import "./onboarding_tours/onboarding_tours.js";
|
||||
import "./onboarding_tours/onboarding_tours.js";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue