diff --git a/frontend/src/services/housing.service.ts b/frontend/src/services/housing.service.ts index 6ce796b42..f074e2511 100644 --- a/frontend/src/services/housing.service.ts +++ b/frontend/src/services/housing.service.ts @@ -144,7 +144,8 @@ export const housingApi = zlvApi.injectEndpoints({ invalidatesTags: (result, error, payload) => [ { type: 'Housing', id: payload.id }, 'HousingByStatus', - 'HousingCountByStatus' + 'HousingCountByStatus', + 'Event' ] }), updateHousingList: builder.mutation<