IO-1612 Disable popover on PTO

This commit is contained in:
Patrick Fic
2022-01-07 10:06:02 -08:00
parent adc48f50d7
commit 677c649ad8
3 changed files with 3 additions and 1 deletions

View File

@@ -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,
};
}),
];