- Fixes subscriber count not being shown when new segment is created
This commit is contained in:
@@ -580,7 +580,8 @@ define(
|
|||||||
}).done(function(response) {
|
}).done(function(response) {
|
||||||
mailpoetSegments.push({
|
mailpoetSegments.push({
|
||||||
'id': response.data.id,
|
'id': response.data.id,
|
||||||
'name': response.data.name
|
'name': response.data.name,
|
||||||
|
'subscriberCount': 0
|
||||||
});
|
});
|
||||||
|
|
||||||
var selected_values = segmentSelectElement.val();
|
var selected_values = segmentSelectElement.val();
|
||||||
|
Reference in New Issue
Block a user