Commit 1a53511a authored by Alfredo Sumaran's avatar Alfredo Sumaran Committed by Fatih Acet

Fix object data to be sent to fetch analytics data

parent 1e66061b
......@@ -36,7 +36,11 @@
method: 'GET',
dataType: 'json',
contentType: 'application/json',
data: { start_date: options.startDate }
data: {
cycle_analytics: {
start_date: options.startDate
}
}
}).done((data) => {
this.decorateData(data);
this.initDropdown();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment