We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70dec1c + a7ccc0e commit a706353Copy full SHA for a706353
1 file changed
plugins/views/frontend/public/javascripts/countly.models.js
@@ -169,7 +169,7 @@
169
method: 'views',
170
action: 'getTable',
171
visibleColumns: JSON.stringify(context.state.params.selectedDynamicCols),
172
- period: countlyCommon.getPeriodForAjax(),
+ period: countlyCommon.getPeriodAsDateStrings()
173
};
174
data = data || {};
175
var selectedInfo = context.getters.selectedData;
0 commit comments