diff --git a/src/dispatch/static/dispatch/src/incident/type/IncidentTypeSelect.vue b/src/dispatch/static/dispatch/src/incident/type/IncidentTypeSelect.vue index 199cc4c2f642..02109d3aca31 100644 --- a/src/dispatch/static/dispatch/src/incident/type/IncidentTypeSelect.vue +++ b/src/dispatch/static/dispatch/src/incident/type/IncidentTypeSelect.vue @@ -120,6 +120,7 @@ export default { sortBy: ["name"], descending: [false], itemsPerPage: this.numItems, + filters: {}, } if (this.project) {