summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_settings_modal.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-24 12:12:12 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-24 12:12:12 -0400
commite6697a447ea95c47abcced13144d8d062afce0bb (patch)
treed3d134389aece026fe9774aa7a9bf9ea7916e88c /web/react/components/team_settings_modal.jsx
parent6c0d094d13e73346234bd5ca52b21323893cbbe5 (diff)
downloadchat-e6697a447ea95c47abcced13144d8d062afce0bb.tar.gz
chat-e6697a447ea95c47abcced13144d8d062afce0bb.tar.bz2
chat-e6697a447ea95c47abcced13144d8d062afce0bb.zip
Hiding export from UI
Diffstat (limited to 'web/react/components/team_settings_modal.jsx')
-rw-r--r--web/react/components/team_settings_modal.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/components/team_settings_modal.jsx b/web/react/components/team_settings_modal.jsx
index 0513c811f..8ffbdc6d0 100644
--- a/web/react/components/team_settings_modal.jsx
+++ b/web/react/components/team_settings_modal.jsx
@@ -36,7 +36,9 @@ export default class TeamSettingsModal extends React.Component {
let tabs = [];
tabs.push({name: 'general', uiName: 'General', icon: 'glyphicon glyphicon-cog'});
tabs.push({name: 'import', uiName: 'Import', icon: 'glyphicon glyphicon-upload'});
- tabs.push({name: 'export', uiName: 'Export', icon: 'glyphicon glyphicon-download'});
+
+ // To enable export uncomment this line
+ //tabs.push({name: 'export', uiName: 'Export', icon: 'glyphicon glyphicon-download'});
tabs.push({name: 'feature', uiName: 'Advanced', icon: 'glyphicon glyphicon-wrench'});
return (