aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/FeaturesStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/FeaturesStore.js')
-rw-r--r--src/stores/FeaturesStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stores/FeaturesStore.js b/src/stores/FeaturesStore.js
index 780cde3a7..aa9fa4062 100644
--- a/src/stores/FeaturesStore.js
+++ b/src/stores/FeaturesStore.js
@@ -14,6 +14,7 @@ import serviceProxy from '../features/serviceProxy';
14import basicAuth from '../features/basicAuth'; 14import basicAuth from '../features/basicAuth';
15import workspaces from '../features/workspaces'; 15import workspaces from '../features/workspaces';
16import quickSwitch from '../features/quickSwitch'; 16import quickSwitch from '../features/quickSwitch';
17import publishDebugInfo from '../features/publishDebugInfo';
17import shareFranz from '../features/shareFranz'; 18import shareFranz from '../features/shareFranz';
18import announcements from '../features/announcements'; 19import announcements from '../features/announcements';
19import settingsWS from '../features/settingsWS'; 20import settingsWS from '../features/settingsWS';
@@ -84,6 +85,7 @@ export default class FeaturesStore extends Store {
84 basicAuth(this.stores, this.actions); 85 basicAuth(this.stores, this.actions);
85 workspaces(this.stores, this.actions); 86 workspaces(this.stores, this.actions);
86 quickSwitch(this.stores, this.actions); 87 quickSwitch(this.stores, this.actions);
88 publishDebugInfo(this.stores, this.actions);
87 shareFranz(this.stores, this.actions); 89 shareFranz(this.stores, this.actions);
88 announcements(this.stores, this.actions); 90 announcements(this.stores, this.actions);
89 settingsWS(this.stores, this.actions); 91 settingsWS(this.stores, this.actions);