Added schedule load to daily veiw with additional CSS fixes. BOD-319
This commit is contained in:
@@ -27,6 +27,7 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
toggleModalVisible: () => dispatch(toggleModalVisible("schedule")),
|
||||
setEmailOptions: (e) => dispatch(setEmailOptions(e)),
|
||||
});
|
||||
|
||||
export function ScheduleJobModalContainer({
|
||||
scheduleModal,
|
||||
bodyshop,
|
||||
@@ -163,6 +164,7 @@ export function ScheduleJobModalContainer({
|
||||
}}
|
||||
>
|
||||
<ScheduleJobModalComponent
|
||||
jobId={jobId}
|
||||
existingAppointments={existingAppointments}
|
||||
appData={appData}
|
||||
setAppData={setAppData}
|
||||
|
||||
Reference in New Issue
Block a user