mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
gotcha
This commit is contained in:
parent
d9df101a66
commit
bfc0b5994e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ var Search = injectIntl(React.createClass({
|
|||
},
|
||||
componentDidMount: function () {
|
||||
this.getSearchMore();
|
||||
this.props.dispatch(navigationDetails.setSearchTerm(searchTerm));
|
||||
this.props.dispatch(navigationActions.setSearchTerm(this.props.searchTerm);
|
||||
},
|
||||
getSearchMore: function () {
|
||||
var termText = '';
|
||||
|
|
Loading…
Reference in a new issue