diff --git a/src/dispatch/static/dispatch/src/search/SearchFilterCreateDialog.vue b/src/dispatch/static/dispatch/src/search/SearchFilterCreateDialog.vue
index 8d4d10791ba8..a02a4f234888 100644
--- a/src/dispatch/static/dispatch/src/search/SearchFilterCreateDialog.vue
+++ b/src/dispatch/static/dispatch/src/search/SearchFilterCreateDialog.vue
@@ -38,6 +38,15 @@
/>
+
+
+
+
+
{
this.expression = SearchUtils.createFilterExpression(this.filters)
diff --git a/src/dispatch/static/dispatch/src/search/store.js b/src/dispatch/static/dispatch/src/search/store.js
index f88312ed0cdc..4714cb3f2d09 100644
--- a/src/dispatch/static/dispatch/src/search/store.js
+++ b/src/dispatch/static/dispatch/src/search/store.js
@@ -19,6 +19,7 @@ const getDefaultSelectedState = () => {
incident_priority: [],
status: [],
tag: [],
+ tag_type: [],
project: [],
},
}