Fix searching in select2 when importing subscribers
[MAILPOET-2795]
This commit is contained in:
@@ -37,6 +37,7 @@ class ImportExportFactory {
|
||||
return [
|
||||
'id' => $segment['id'],
|
||||
'name' => $segment['name'],
|
||||
'text' => $segment['name'], // Required select2 property
|
||||
'subscriberCount' => $segment['subscribers'],
|
||||
];
|
||||
}, $segments);
|
||||
|
Reference in New Issue
Block a user