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

Clear previous results

parent 1bf13311
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,8 @@ import { has, isEmpty } from 'lodash'
export const fetchResults = state => {
return {
...state,
// results: [],
fetching: true,
instance: null
results: [], // clear previous results
fetching: true
}
}
......
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