chore: cleanup
This commit is contained in:
parent
6aa2cbe692
commit
9469db974a
@ -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 })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user