From cd524d338061045e2c283c7f8daaf54660639dc8 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:07:26 -0800 Subject: [PATCH] fix(ui): fixes property access error (#5617) --- .../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) {