--- a/cms/app-client/app/serializers/geostat.js Tue Oct 18 14:42:01 2016 +0530
+++ b/cms/app-client/app/serializers/geostat.js Tue Oct 18 18:05:11 2016 +0530
@@ -9,7 +9,7 @@
'id': key,
'type': 'geostat',
'attributes': {
- 'count': payload[key]
+ 'count': payload['geostats'][key]
}
});
});