diff --git a/frontend/src/components/Filter.vue b/frontend/src/components/Filter.vue index d9a6ea38..6e5273b0 100644 --- a/frontend/src/components/Filter.vue +++ b/frontend/src/components/Filter.vue @@ -324,7 +324,7 @@ function getValSelect(f) { })), }) } else if (typeLink.includes(fieldtype)) { - if (field.fieldtype === 'Dynamic Link') { + if (fieldtype == 'Dynamic Link') { return h(FormControl, { type: 'text' }) } return h(Link, { class: 'form-control', doctype: options })