Un-auto apply date range pickers

This commit is contained in:
Hillel Coren 2017-08-24 20:27:11 +03:00
parent 4fe5bc8148
commit 23ace60873
3 changed files with 0 additions and 3 deletions

View File

@ -81,7 +81,6 @@
startDate: statementStartDate, startDate: statementStartDate,
endDate: statementEndDate, endDate: statementEndDate,
linkedCalendars: false, linkedCalendars: false,
autoApply: true,
ranges: dateRanges, ranges: dateRanges,
}, cb); }, cb);

View File

@ -144,7 +144,6 @@
startDate: chartStartDate, startDate: chartStartDate,
endDate: chartEndDate, endDate: chartEndDate,
linkedCalendars: false, linkedCalendars: false,
autoApply: true,
ranges: dateRanges, ranges: dateRanges,
}, cb); }, cb);

View File

@ -65,7 +65,6 @@
startDate: chartStartDate, startDate: chartStartDate,
endDate: chartEndDate, endDate: chartEndDate,
linkedCalendars: false, linkedCalendars: false,
autoApply: true,
ranges: dateRanges, ranges: dateRanges,
}, cb); }, cb);