Fix method name mismatch

This commit is contained in:
claudiulodro 2018-09-06 08:37:54 -07:00
parent 6d4c811949
commit 914fa794af
2 changed files with 2 additions and 2 deletions

View File

@ -787,7 +787,7 @@ var ProductsBlockSidebarInfo = function (_React$Component6) {
termsQuery: ''
};
_this8.updatePreview = _this8.updatePreview.bind(_this8);
_this8.updateInfo = _this8.updateInfo.bind(_this8);
_this8.getQueries = _this8.getQueries.bind(_this8);
return _this8;
}

View File

@ -508,7 +508,7 @@ class ProductsBlockSidebarInfo extends React.Component {
termsQuery: ''
};
this.updatePreview = this.updatePreview.bind( this );
this.updateInfo = this.updateInfo.bind( this );
this.getQueries = this.getQueries.bind( this );
}