From d78ebab108942058a100e0f607771c4addafb698 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 7 Jul 2015 09:16:13 -0400 Subject: Implemention of slack import feature. --- web/react/components/team_settings_modal.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/components/team_settings_modal.jsx') diff --git a/web/react/components/team_settings_modal.jsx b/web/react/components/team_settings_modal.jsx index b1c38fd16..f935daf82 100644 --- a/web/react/components/team_settings_modal.jsx +++ b/web/react/components/team_settings_modal.jsx @@ -27,6 +27,7 @@ module.exports = React.createClass({ render: function() { var tabs = []; tabs.push({name: "feature", ui_name: "Features", icon: "glyphicon glyphicon-wrench"}); + tabs.push({name: "import", ui_name: "Import", icon: "glyphicon glyphicon-upload"}); return (