File tree 2 files changed +4
-8
lines changed
components/acymailing/sources
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ export default {
10
10
dedupe : "unique" ,
11
11
props : {
12
12
...common . props ,
13
- listId : {
13
+ listIds : {
14
14
propDefinition : [
15
15
common . props . acymailing ,
16
16
"listIds" ,
17
17
] ,
18
- type : "integer" ,
19
- label : "List Id" ,
20
18
} ,
21
19
} ,
22
20
methods : {
@@ -28,7 +26,7 @@ export default {
28
26
} ,
29
27
getParams ( ) {
30
28
return {
31
- "listIds[]" : this . listId ,
29
+ "listIds[]" : this . listIds ,
32
30
} ;
33
31
} ,
34
32
getFn ( ) {
Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ export default {
10
10
dedupe : "unique" ,
11
11
props : {
12
12
...common . props ,
13
- listId : {
13
+ listIds : {
14
14
propDefinition : [
15
15
common . props . acymailing ,
16
16
"listIds" ,
17
17
] ,
18
- type : "integer" ,
19
- label : "List Id" ,
20
18
} ,
21
19
} ,
22
20
methods : {
@@ -26,7 +24,7 @@ export default {
26
24
} ,
27
25
getParams ( ) {
28
26
return {
29
- "listIds[]" : this . listId ,
27
+ "listIds[]" : this . listIds ,
30
28
} ;
31
29
} ,
32
30
getFn ( ) {
You can’t perform that action at this time.
0 commit comments