Added basic bucketed smart scheduling BOD-4
This commit is contained in:
@@ -53,7 +53,7 @@ export function ScheduleJobModalContainer({
|
||||
start: null,
|
||||
smartDates: [],
|
||||
});
|
||||
}, [job, , setAppData]);
|
||||
}, [job, setAppData]);
|
||||
|
||||
const { t } = useTranslation();
|
||||
|
||||
@@ -158,7 +158,8 @@ export function ScheduleJobModalContainer({
|
||||
okButtonProps={{
|
||||
disabled: appData.start ? false : true,
|
||||
loading: loading,
|
||||
}}>
|
||||
}}
|
||||
>
|
||||
<ScheduleJobModalComponent
|
||||
existingAppointments={existingAppointments}
|
||||
appData={appData}
|
||||
|
||||
Reference in New Issue
Block a user