diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index a35db2ca18..8d8249b532 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -178,6 +178,7 @@ frappe.ui.form.on("Customize Form", { fieldname: "module", options: "Module Def", label: __("Module to Export"), + reqd: 1, }, { fieldtype: "Check",