Skip to content

Commit 8ff0342

Browse files
fix: add <AllDayPanel/>
1 parent 9037dad commit 8ff0342

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin/src/pages/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import moment from 'moment';
3030

3131
import {
3232
Scheduler,
33+
AllDayPanel,
3334
DayView,
3435
WeekView,
3536
MonthView,
@@ -302,6 +303,7 @@ function HomePage() {
302303
endDayHour={settings.endHour}
303304
/>
304305
<DayView startDayHour={settings.startHour} endDayHour={settings.endHour} />
306+
<AllDayPanel />
305307
<Appointments appointmentComponent={Appointment} />
306308
</Scheduler>
307309
</Box>

0 commit comments

Comments
 (0)