fix: list instead of docs

This commit is contained in:
Shariq Ansari 2024-04-11 22:24:12 +05:30
parent a8f67307ac
commit 6fb3e02528

View File

@ -27,7 +27,7 @@ function setupForm({ doc }) {
} }
if (frm.doc.view == "List" && !has_list_boilerplate) { if (frm.doc.view == "List" && !has_list_boilerplate) {
frm.doc.script = ` frm.doc.script = `
function setupList({ docs }) { function setupList({ list }) {
return { return {
actions: [], actions: [],
bulk_actions: [], bulk_actions: [],