Fixed: Paging on Day and Week Cal View

This commit is contained in:
Qstick 2019-12-07 12:19:01 -05:00
parent 6d87b5dfec
commit 12245d0956
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ import { executeCommandHelper } from './commandActions';
export const section = 'calendar';
const viewRanges = {
[calendarViews.DAY]: 'day',
[calendarViews.WEEK]: 'week',
[calendarViews.MONTH]: 'month',
[calendarViews.FORECAST]: 'day'
};