Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit cd524d3

Browse files
authored
fix(ui): fixes property access error (#5617)
1 parent ad45c42 commit cd524d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dispatch/static/dispatch/src/incident/type/IncidentTypeSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default {
120120
sortBy: ["name"],
121121
descending: [false],
122122
itemsPerPage: this.numItems,
123+
filters: {},
123124
}
124125
125126
if (this.project) {

0 commit comments

Comments
 (0)