From 26539854aa552bfb62c593f9148940f63dd6fa7a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:21:42 -0700 Subject: [PATCH] Select button instead of dropdown-item --- .../global-search.component.html | 8 ++--- .../global-search.component.scss | 4 +++ .../global-search.component.spec.ts | 29 +++++++++++-------- .../global-search/global-search.component.ts | 19 ++++++------ 4 files changed, 34 insertions(+), 26 deletions(-) diff --git a/src-ui/src/app/components/app-frame/global-search/global-search.component.html b/src-ui/src/app/components/app-frame/global-search/global-search.component.html index 35c72ecf5..4903611a6 100644 --- a/src-ui/src/app/components/app-frame/global-search/global-search.component.html +++ b/src-ui/src/app/components/app-frame/global-search/global-search.component.html @@ -9,11 +9,11 @@ -
+
- {{item[nameProp]}} + {{item[nameProp]}}
- @if (type !== 'workflow' && type !== 'customField' && type !== 'group' && type !== 'user') { -