From 91f26be849090a4ede6e770d7f7ca2cb8d3c1c91 Mon Sep 17 00:00:00 2001 From: Finlay Birnie Date: Tue, 7 Jan 2025 12:58:29 +0000 Subject: [PATCH] have search bar take up space if searchType select is not displayed --- ui/src/components/Search/Interface/index.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ui/src/components/Search/Interface/index.tsx b/ui/src/components/Search/Interface/index.tsx index 634b77ceb..92e7eba19 100644 --- a/ui/src/components/Search/Interface/index.tsx +++ b/ui/src/components/Search/Interface/index.tsx @@ -39,7 +39,9 @@ const SearchInterface = React.forwardRef( return (
-
+
Search options {props.showSearchTypeSwitch && ( @@ -61,7 +63,10 @@ const SearchInterface = React.forwardRef( )} -