Fix searching in select2 when importing subscribers
[MAILPOET-2795]
This commit is contained in:
@@ -28,6 +28,7 @@ export default (onCreateSegment) => {
|
||||
onCreateSegment({
|
||||
id: response.data.id,
|
||||
name: response.data.name,
|
||||
text: response.data.name, // Required select2 property
|
||||
subscriberCount: 0,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user