From ddab3a88b297fe244971b0d4fb9ff3fca3a8a1fe Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Wed, 11 Sep 2019 14:17:13 +0200 Subject: feat(Workspaces): Setting to keep all workspaces loaded --- src/features/workspaces/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/features/workspaces/index.js') diff --git a/src/features/workspaces/index.js b/src/features/workspaces/index.js index ad9023b8b..ed3e52096 100644 --- a/src/features/workspaces/index.js +++ b/src/features/workspaces/index.js @@ -5,6 +5,7 @@ import { resetApiRequests } from './api'; const debug = require('debug')('Franz:feature:workspaces'); export const GA_CATEGORY_WORKSPACES = 'Workspaces'; +export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; export const workspaceStore = new WorkspacesStore(); -- cgit v1.2.3-54-g00ecf