IO-1612 Add employee vacation tracking.
This commit is contained in:
@@ -190,7 +190,6 @@ export function ScheduleJobModalComponent({
|
||||
<Col span={12}>
|
||||
<Form.Item shouldUpdate={(prev, cur) => prev.start !== cur.start}>
|
||||
{() => {
|
||||
console.log("render");
|
||||
const values = form.getFieldsValue();
|
||||
return (
|
||||
<div className="schedule-job-modal">
|
||||
|
||||
Reference in New Issue
Block a user