diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index b69e31d9f..a9ec82237 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -456,7 +456,8 @@ export default function InputWithTags({ )} - {(showFilters || showSuggestions) && ( + {((showFilters && Object.keys(filters).length > 0) || + showSuggestions) && (