Merge of PR #641

This commit is contained in:
Tomas Bures 2019-07-23 22:14:35 +05:30
parent ff9191c206
commit b65960b528
2 changed files with 2 additions and 4 deletions

View file

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