fix: unnamed topic/unit issue in inContext topics (#432)

* fix: unnamed topic/unit issue in incontext topics

* fix: sync topics and posts list loading for better UX
This commit is contained in:
Awais Ansari
2023-02-16 20:54:53 +05:00
committed by GitHub
parent eacc16b7f1
commit e99c30f213
5 changed files with 37 additions and 13 deletions

View File

@@ -63,6 +63,7 @@ export const ContentActions = {
* @enum {string}
*/
export const RequestStatus = {
IDLE: 'idle',
IN_PROGRESS: 'in-progress',
SUCCESSFUL: 'successful',
FAILED: 'failed',