IO-1612 Disable popover on PTO
This commit is contained in:
@@ -45,6 +45,7 @@ export default function ScheduleDayViewContainer({ day }) {
|
||||
color: "red",
|
||||
start: moment(e.start).startOf("day").toDate(),
|
||||
end: moment(e.end).startOf("day").toDate(),
|
||||
vacation: true,
|
||||
};
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user