Removed all todos from code and created corresponding JIRA tickets.
This commit is contained in:
@@ -78,7 +78,7 @@ export function ScheduleCalendarWrapperComponent({
|
||||
bodyshop.schedule_start_time
|
||||
? new Date(bodyshop.schedule_start_time)
|
||||
: new Date("2020-01-01T06:00:00")
|
||||
} //TODO Read from business settings.
|
||||
}
|
||||
max={
|
||||
bodyshop.schedule_end_time
|
||||
? new Date(bodyshop.schedule_end_time)
|
||||
|
||||
Reference in New Issue
Block a user