Add multiple lists in a campaign

This commit is contained in:
root 2019-07-23 13:05:19 +02:00 committed by Tomas Bures
parent f987cb1197
commit ff9191c206

View file

@ -102,7 +102,9 @@ export default class CUD extends Component {
onChange: {
send_configuration: ::this.onSendConfigurationChanged
},
onChangeBeforeValidation: ::this.onFormChangeBeforeValidation
onChangeBeforeValidation: {
data_sourceCustom_type: ::this.onFormChangeBeforeValidation
}
});
}