Added vehicle and owner pages/routes.
This commit is contained in:
@@ -11,6 +11,7 @@ export default function ScheduleDayViewComponent({ data, day }) {
|
||||
<ScheduleCalendarWrapperComponent
|
||||
events={data}
|
||||
defaultView="day"
|
||||
views={["day"]}
|
||||
style={{ height: "40vh" }}
|
||||
defaultDate={new Date(day)}
|
||||
//onNavigate={e => console.log("e", e)}
|
||||
|
||||
Reference in New Issue
Block a user