Cleaning up old export code (#3601)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
b339b5c982
Коммит
942ae4c527
@@ -3,7 +3,6 @@
|
||||
|
||||
import TeamStore from 'stores/team_store.jsx';
|
||||
import ImportTab from './team_import_tab.jsx';
|
||||
import ExportTab from './team_export_tab.jsx';
|
||||
import GeneralTab from './team_general_tab.jsx';
|
||||
import * as Utils from 'utils/utils.jsx';
|
||||
|
||||
@@ -58,13 +57,6 @@ export default class TeamSettings extends React.Component {
|
||||
</div>
|
||||
);
|
||||
break;
|
||||
case 'export':
|
||||
result = (
|
||||
<div>
|
||||
<ExportTab/>
|
||||
</div>
|
||||
);
|
||||
break;
|
||||
default:
|
||||
result = (
|
||||
<div/>
|
||||
|
||||
Ссылка в новой задаче
Block a user