Add multiple lists in a campaign
This commit is contained in:
parent
f987cb1197
commit
ff9191c206
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@ export default class CUD extends Component {
|
||||||
onChange: {
|
onChange: {
|
||||||
send_configuration: ::this.onSendConfigurationChanged
|
send_configuration: ::this.onSendConfigurationChanged
|
||||||
},
|
},
|
||||||
onChangeBeforeValidation: ::this.onFormChangeBeforeValidation
|
onChangeBeforeValidation: {
|
||||||
|
data_sourceCustom_type: ::this.onFormChangeBeforeValidation
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue