Add missing propType
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
5f68df64f1
commit
88d1b9a0a2
|
@ -19,6 +19,7 @@ export default class SearchResults extends ImmutablePureComponent {
|
||||||
submitted: PropTypes.bool,
|
submitted: PropTypes.bool,
|
||||||
expandSearch: PropTypes.func.isRequired,
|
expandSearch: PropTypes.func.isRequired,
|
||||||
selectedFilter: PropTypes.string.isRequired,
|
selectedFilter: PropTypes.string.isRequired,
|
||||||
|
selectFilter: PropTypes.func.isRequired,
|
||||||
};
|
};
|
||||||
|
|
||||||
handleLoadMore = () => this.props.expandSearch(this.props.selectedFilter);
|
handleLoadMore = () => this.props.expandSearch(this.props.selectedFilter);
|
||||||
|
|
Loading…
Reference in New Issue