1
0
forked from test/crm

chore: cleanup

This commit is contained in:
Shariq Ansari 2024-02-05 00:17:49 +05:30
parent 6aa2cbe692
commit 9469db974a

View File

@ -324,7 +324,7 @@ function getValSelect(f) {
})), })),
}) })
} else if (typeLink.includes(fieldtype)) { } else if (typeLink.includes(fieldtype)) {
if (field.fieldtype === 'Dynamic Link') { if (fieldtype == 'Dynamic Link') {
return h(FormControl, { type: 'text' }) return h(FormControl, { type: 'text' })
} }
return h(Link, { class: 'form-control', doctype: options }) return h(Link, { class: 'form-control', doctype: options })