Skip to content
Snippets Groups Projects
Commit 4f5b221b authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Display FTS warning based on actual search term, not the one being typed (#11202)

Follow-up to #11112
parent e64e6a03
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import { fetchSuggestions, dismissSuggestion } from '../../../actions/suggestion
const mapStateToProps = state => ({
results: state.getIn(['search', 'results']),
suggestions: state.getIn(['suggestions', 'items']),
searchTerm: state.getIn(['search', 'value']),
searchTerm: state.getIn(['search', 'searchTerm']),
});
const mapDispatchToProps = dispatch => ({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment