Skip to content
Snippets Groups Projects
Commit c219f76e authored by esikkala's avatar esikkala
Browse files

Disable sample results

parent cdbf5026
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,8 @@ export const INITIAL_STATE = { ...@@ -50,8 +50,8 @@ export const INITIAL_STATE = {
suggestions: [], suggestions: [],
suggestionsQuery: '', suggestionsQuery: '',
fetchingSuggestions: false, fetchingSuggestions: false,
//results: [], results: [],
results: sampleResults, //results: sampleResults,
resultsFilter: { resultsFilter: {
'label': new Set(), 'label': new Set(),
'modifier': new Set(), 'modifier': new Set(),
......
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