summaryrefslogtreecommitdiffstats
path: root/web/react/components/get_team_invite_link_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/get_team_invite_link_modal.jsx')
-rw-r--r--web/react/components/get_team_invite_link_modal.jsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/web/react/components/get_team_invite_link_modal.jsx b/web/react/components/get_team_invite_link_modal.jsx
index dd7ea2901..a926c4451 100644
--- a/web/react/components/get_team_invite_link_modal.jsx
+++ b/web/react/components/get_team_invite_link_modal.jsx
@@ -1,7 +1,6 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import AppDispatcher from '../dispatcher/app_dispatcher.jsx';
import Constants from '../utils/constants.jsx';
import GetLinkModal from './get_link_modal.jsx';
import ModalStore from '../stores/modal_store.jsx';
@@ -43,11 +42,4 @@ export default class GetTeamInviteLinkModal extends React.Component {
/>
);
}
-
- static show() {
- AppDispatcher.handleViewAction({
- type: Constants.ActionTypes.TOGGLE_GET_TEAM_INVITE_LINK_MODAL,
- value: true
- });
- }
}