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

Commit e9ac1f6

Browse files
committed
fix: denied reservations blocking new reservation
1 parent 43f0d43 commit e9ac1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ui/modules/queries/reservationUnit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const RESERVATION_UNIT_PAGE_QUERY = gql`
113113
startDatetime
114114
endDatetime
115115
}
116-
reservationSet {
116+
reservationSet(state: $state) {
117117
...BlockingReservationFields
118118
}
119119
}

0 commit comments

Comments
 (0)