dispatch the loaded all results action.
This commit is contained in:
parent
b5ae097872
commit
14d9c925f2
|
@ -37,7 +37,7 @@ function loadedTopics(topics) {
|
||||||
setItem('allTopics', JSON.stringify(topics));
|
setItem('allTopics', JSON.stringify(topics));
|
||||||
setItem('topicsUpdatedAt', new Date());
|
setItem('topicsUpdatedAt', new Date());
|
||||||
return {
|
return {
|
||||||
type: LOADED_ALL_TOPICS,
|
type: LOADED_ALL_RESULTS,
|
||||||
payload: topics
|
payload: topics
|
||||||
};
|
};
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user