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

fetchResults action: reset instanceTableData

parent 7095172e
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ export const fetchResults = state => {
return {
...state,
instance: null,
instanceTableData: null,
instanceTableExternalData: null,
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