aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/index.js')
-rw-r--r--src/features/workspaces/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/features/workspaces/index.js b/src/features/workspaces/index.js
index 89999ab0f..524a83e3c 100644
--- a/src/features/workspaces/index.js
+++ b/src/features/workspaces/index.js
@@ -4,11 +4,12 @@ import { resetApiRequests } from './api';
4 4
5const debug = require('debug')('Franz:feature:workspaces'); 5const debug = require('debug')('Franz:feature:workspaces');
6 6
7export const GA_CATEGORY_WORKSPACES = 'workspaces'; 7export const GA_CATEGORY_WORKSPACES = 'Workspaces';
8 8
9export const workspaceStore = new WorkspacesStore(); 9export const workspaceStore = new WorkspacesStore();
10 10
11export default function initWorkspaces(stores, actions) { 11export default function initWorkspaces(stores, actions) {
12 stores.workspaces = workspaceStore;
12 const { features, user } = stores; 13 const { features, user } = stores;
13 14
14 // Toggle workspace feature 15 // Toggle workspace feature