Skip to content

Commit d2e2c5e

Browse files
Merge pull request #41 from offset-dev/all-day-panel
fix: add <AllDayPanel/>
2 parents 9037dad + 8ff0342 commit d2e2c5e

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)