From 9469db974a8c252bdaa9be817b8f9cbca8ebf03a Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 5 Feb 2024 00:17:49 +0530 Subject: [PATCH] chore: cleanup --- frontend/src/components/Filter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })