chore: fix linters

missing translate function and newline at end of file.
This commit is contained in:
Maharshi Patel 2023-05-25 11:44:19 +05:30
parent 32396c7fe5
commit 40b78692fe
2 changed files with 2 additions and 2 deletions

View file

@ -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)));

View file

@ -1 +1 @@
import "./onboarding_tours/onboarding_tours.js";
import "./onboarding_tours/onboarding_tours.js";