fix is with transport
This commit is contained in:
@ -217,7 +217,8 @@ export default function AvailabilityForm({ publisherId, existingItem, inline, on
|
||||
publisherId: availability.publisherId,
|
||||
startTime: startTime,
|
||||
endTime: endTime,
|
||||
// isWithTransportIn: slots[0].isWithTransport,
|
||||
isWithTransportIn: group[0].isFirst && timeSlots[0].isWithTransport,
|
||||
isWithTransportOut: group[group.length - 1].isLast && timeSlots[timeSlots.length - 1].isWithTransport,
|
||||
// Add other necessary fields, like isWithTransport if applicable
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user