This commit is contained in:
The_Grits 2016-11-07 11:09:44 -05:00 committed by GitHub
parent d9df101a66
commit bfc0b5994e

View file

@ -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 = '';