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,
endDate: statementEndDate,
linkedCalendars: false,
autoApply: true,
ranges: dateRanges,
}, cb);

View File

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

View File

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