diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts
index 394e3ba58..4c24123e6 100644
--- a/src-ui/src/app/app.module.ts
+++ b/src-ui/src/app/app.module.ts
@@ -112,7 +112,8 @@ import { FilterPipe } from './pipes/filter.pipe';
provide: HTTP_INTERCEPTORS,
useClass: CsrfInterceptor,
multi: true
- }
+ },
+ FilterPipe
],
bootstrap: [AppComponent]
})
diff --git a/src-ui/src/app/components/filter-editor/filter-dropdown/filter-dropdown.component.html b/src-ui/src/app/components/filter-editor/filter-dropdown/filter-dropdown.component.html
index 6e73b31a7..b43826fb2 100644
--- a/src-ui/src/app/components/filter-editor/filter-dropdown/filter-dropdown.component.html
+++ b/src-ui/src/app/components/filter-editor/filter-dropdown/filter-dropdown.component.html
@@ -2,9 +2,9 @@
-
-
0">
-