Mark job as open upon cancelled appointment IO-678
This commit is contained in:
@@ -86,7 +86,7 @@ export function ScheduleCalendarWrapperComponent({
|
||||
}
|
||||
eventPropGetter={handleEventPropStyles}
|
||||
components={{
|
||||
event: (e) => Event({ event: e.event, refetch: refetch }),
|
||||
event: (e) => Event({ bodyshop: bodyshop, event: e.event, refetch: refetch }),
|
||||
header: HeaderComponent,
|
||||
}}
|
||||
{...otherProps}
|
||||
|
||||
Reference in New Issue
Block a user