Fix naming

This commit is contained in:
Vladislav Makhov 2020-09-04 14:41:03 +03:00
parent b545b7ffa7
commit f5062b3fdf

View File

@ -43,7 +43,7 @@ class ConsumerModalDialog extends React.Component {
name: this.props.selectedConsumer,
props: prop
};
this.props.sendNewConsumerProps(data)
this.props.sendConsumerNewProps(data)
.then(() => {
this.props.onChangeLoading(false);
toastr.success("Consumer properties successfully update")