IO-1613 add suspended days to jobs.
This commit is contained in:
@@ -188,10 +188,10 @@ export function ScheduleJobModalComponent({
|
||||
/>
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
<Form.Item shouldUpdate>
|
||||
<Form.Item shouldUpdate={(prev, cur) => prev.start !== cur.start}>
|
||||
{() => {
|
||||
console.log("render");
|
||||
const values = form.getFieldsValue();
|
||||
|
||||
return (
|
||||
<div className="schedule-job-modal">
|
||||
<ScheduleDayViewContainer day={values.start} />
|
||||
|
||||
Reference in New Issue
Block a user