fix: field name

This commit is contained in:
Hussain Nagaria 2025-10-19 16:29:24 +05:30
parent 872f271eb1
commit b6f8cbd5eb

View File

@ -91,7 +91,7 @@ export function getMeta(doctype) {
}
})
if (f.options[0]?.value !== '' && f.mandatory !== 1) {
if (f.options[0]?.value !== '' && f.reqd !== 1) {
f.options.unshift({
label: '',
value: '',