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

Update resultClass string in perspective state

parent 8236d14c
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ export const updateResults = (state, action, initialState) => {
return {
...state,
results: action.data,
resultClass: action.resultClass,
resultsSparqlQuery: action.sparqlQuery,
fetching: false,
resultUpdateID: ++state.resultUpdateID
......
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