summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_settings_modal.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-24 12:12:27 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-24 12:12:27 -0700
commit8ad9a88bda0b6dc3f24945efdbe8b3aa4dcc4360 (patch)
treeb961f87c1bd9a2428eaee8b5ebd8c9fd1baf0fcc /web/react/components/team_settings_modal.jsx
parenta374419ad5c5f35174ee6285b4eaa57ef82235bd (diff)
parentcaa157a3774ee86f0e7003ef4debc49bd88cb9f0 (diff)
downloadchat-8ad9a88bda0b6dc3f24945efdbe8b3aa4dcc4360.tar.gz
chat-8ad9a88bda0b6dc3f24945efdbe8b3aa4dcc4360.tar.bz2
chat-8ad9a88bda0b6dc3f24945efdbe8b3aa4dcc4360.zip
Fixing merge
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 a5a2b711c..a96aadccf 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 {
const 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'});
return (
<div