Mark job as open upon cancelled appointment IO-678

This commit is contained in:
Patrick Fic
2021-02-23 11:18:39 -08:00
parent a27390e2d3
commit ce8d795b56
3 changed files with 9 additions and 8 deletions

View File

@@ -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}