diff --git a/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap b/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap index 1406eec56..5f182bbe1 100644 --- a/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap @@ -8,13 +8,7 @@ exports[` matches snapshot with no filters 1`] = ` >
-
+
matches snapshot with no filters 1`] = `
@@ -181,21 +178,18 @@ exports[` matches snapshot with some filters 1`] = ` -
+
diff --git a/ui/src/Components/NavBar/FilterInput/index.tsx b/ui/src/Components/NavBar/FilterInput/index.tsx index 8775108fd..a19240f6b 100644 --- a/ui/src/Components/NavBar/FilterInput/index.tsx +++ b/ui/src/Components/NavBar/FilterInput/index.tsx @@ -66,7 +66,6 @@ const FilterInput: FC<{ isOpen, getMenuProps, getInputProps, - getComboboxProps, highlightedIndex, getItemProps, setInputValue, @@ -155,10 +154,7 @@ const FilterInput: FC<{ filter={filter} /> ))} -
+
{alertStore.filters.values.length ? null : (