Fix method name mismatch
This commit is contained in:
parent
6d4c811949
commit
914fa794af
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue