From 7c1f7ab7c79d4f3902ac356330de5b646fd215c3 Mon Sep 17 00:00:00 2001 From: David Whittaker Date: Fri, 13 Dec 2024 10:56:10 -0800 Subject: [PATCH] fix(ui): fixes property access error --- .../static/dispatch/src/incident/type/IncidentTypeSelect.vue | 1 + 1 file changed, 1 insertion(+) 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) {