From c316ae369b92f9624e15ffb485b648bc19fddc02 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Mon, 10 Feb 2025 08:18:01 -0800
Subject: [PATCH] Fix: add back doc link dropdown for cf query
---
.../custom-fields-query-dropdown.component.html | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
index 742dd8e8a..5b371895f 100644
--- a/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
+++ b/src-ui/src/app/components/common/custom-fields-query-dropdown/custom-fields-query-dropdown.component.html
@@ -29,17 +29,10 @@
+ #d="ngbDatepicker" />
-
-
-
-
-
-
} @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Float || getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Integer) {
} @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.Boolean) {
@@ -57,6 +50,8 @@
[disabled]="disabled"
(mousedown)="$event.stopImmediatePropagation()"
>
+ } @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.DocumentLink) {
+
} @else {
}