aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/store.js
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 20:04:17 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 20:04:17 +0100
commit28bea416037709a65db4e04ec806781058a7f479 (patch)
tree32ba85a1972cee0740fb85cf4f397f97b7e7a817 /src/features/workspaces/store.js
parentFix prop title is marked as required in FullscreenLoader (diff)
downloadferdium-app-28bea416037709a65db4e04ec806781058a7f479.tar.gz
ferdium-app-28bea416037709a65db4e04ec806781058a7f479.tar.zst
ferdium-app-28bea416037709a65db4e04ec806781058a7f479.zip
Fetch workspaces on WorkspaceDrawer componentDidMount
Diffstat (limited to 'src/features/workspaces/store.js')
-rw-r--r--src/features/workspaces/store.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/workspaces/store.js b/src/features/workspaces/store.js
index d6b790bd3..61048c637 100644
--- a/src/features/workspaces/store.js
+++ b/src/features/workspaces/store.js
@@ -102,7 +102,6 @@ export default class WorkspacesStore extends FeatureStore {
102 ]); 102 ]);
103 this._registerReactions(this._allReactions); 103 this._registerReactions(this._allReactions);
104 104
105 getUserWorkspacesRequest.execute();
106 this.isFeatureActive = true; 105 this.isFeatureActive = true;
107 } 106 }
108 107