This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7940,7 +7940,7 @@ export const BlockingReservationFieldsFragmentDoc = gql`
79407940` ;
79417941export const IsReservableFieldsFragmentDoc = gql `
79427942 fragment IsReservableFields on ReservationUnitNode {
7943- reservationSet {
7943+ reservationSet(state: $state) {
79447944 ...BlockingReservationFields
79457945 }
79467946 bufferTimeBefore
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export const RESERVATION_UNIT_PARAMS_PAGE_QUERY = gql`
114114const IS_RESERVABLE_FRAGMENT = gql `
115115 ${ BLOCKING_RESERVATION_FRAGMENT }
116116 fragment IsReservableFields on ReservationUnitNode {
117- reservationSet {
117+ reservationSet(state: $state) {
118118 ...BlockingReservationFields
119119 }
120120 bufferTimeBefore
You can’t perform that action at this time.
0 commit comments