[Glitch] Add message telling FTS is disabled when no toot can be found because of this

Port ca8944728f to glitch-soc
This commit is contained in:
ThibG
2019-06-27 21:12:26 +02:00
committed by Thibaut Girka
parent c8ba75b963
commit 43698e08ca
5 changed files with 25 additions and 7 deletions

View File

@@ -5,6 +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', 'searchTerm']),
});
const mapDispatchToProps = dispatch => ({