diff --git a/src/dispatch/incident/models.py b/src/dispatch/incident/models.py index 85132c7abfc8..d1cbd66183cf 100644 --- a/src/dispatch/incident/models.py +++ b/src/dispatch/incident/models.py @@ -415,4 +415,4 @@ class IncidentPagination(DispatchBase): total: int itemsPerPage: int page: int - items: List[IncidentReadMinimal] = [] + items: List[IncidentRead] = [] diff --git a/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue b/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue index e9ed172d768f..09e109b67883 100644 --- a/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue +++ b/src/dispatch/static/dispatch/src/incident/ParticipantsTab.vue @@ -1,6 +1,6 @@