We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9037dad commit 8ff0342Copy full SHA for 8ff0342
admin/src/pages/index.js
@@ -30,6 +30,7 @@ import moment from 'moment';
30
31
import {
32
Scheduler,
33
+ AllDayPanel,
34
DayView,
35
WeekView,
36
MonthView,
@@ -302,6 +303,7 @@ function HomePage() {
302
303
endDayHour={settings.endHour}
304
/>
305
<DayView startDayHour={settings.startHour} endDayHour={settings.endHour} />
306
+ <AllDayPanel />
307
<Appointments appointmentComponent={Appointment} />
308
</Scheduler>
309
</Box>
0 commit comments