calendarApi?.gotoDate(date)}
- boxProps={{
- className: 'flex justify-center is-full',
- sx: { '& .react-datepicker': { boxShadow: 'none !important', border: 'none !important' } }
- }}
- />
-
+ // if (renderFilters) {
+ // return (
+ //
+ //
+ // }
+ // >
+ // Add Event
+ //
+ //
+ //
+ // calendarApi?.gotoDate(date)}
+ // boxProps={{
+ // className: 'flex justify-center is-full',
+ // sx: { '& .react-datepicker': { boxShadow: 'none !important', border: 'none !important' } }
+ // }}
+ // />
+ //
-
-
- Event Filters
-
- dispatch(filterAllCalendarLabels(e.target.checked))}
- />
- }
- />
- {renderFilters}
-
-
- )
- } else {
- return null
- }
+ //
+ //
+ // Event Filters
+ //
+ // dispatch(filterAllCalendarLabels(e.target.checked))}
+ // />
+ // }
+ // />
+ // {renderFilters}
+ //
+ //