- Fixes subscriber count not being shown when new segment is created

This commit is contained in:
Vlad
2016-10-17 20:12:57 -04:00
parent b48cc5a959
commit 09ca788371

View File

@@ -580,7 +580,8 @@ define(
}).done(function(response) {
mailpoetSegments.push({
'id': response.data.id,
'name': response.data.name
'name': response.data.name,
'subscriberCount': 0
});
var selected_values = segmentSelectElement.val();