diff --git a/src/components/dialog/content/manager/registrySearchBar/RegistrySearchBar.vue b/src/components/dialog/content/manager/registrySearchBar/RegistrySearchBar.vue
index 6fa1cf54fc..387a06162f 100644
--- a/src/components/dialog/content/manager/registrySearchBar/RegistrySearchBar.vue
+++ b/src/components/dialog/content/manager/registrySearchBar/RegistrySearchBar.vue
@@ -47,56 +47,13 @@
-
-
- {{ filterOption.label }}:
-
- 0
- ? (selectedFilters[filterOption.id] = $event)
- : delete selectedFilters[filterOption.id]
- "
- />
-
-
+
@@ -107,8 +64,6 @@ import { stubTrue } from 'lodash'
import AutoComplete, {
AutoCompleteOptionSelectEvent
} from 'primevue/autocomplete'
-import Dropdown from 'primevue/dropdown'
-import MultiSelect from 'primevue/multiselect'
import { computed } from 'vue'
import { useI18n } from 'vue-i18n'
@@ -157,6 +112,17 @@ const searchModeOptions: SearchOption