Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-14410: Adds the ability to add and manage groups for a team. #2707

Merged
merged 7 commits into from
May 10, 2019
Prev Previous commit
Next Next commit
Update components/add_groups_to_team_modal/add_groups_to_team_modal.jsx
  • Loading branch information
mkraft committed May 9, 2019
commit aaea22d2293d0f8294a218816cc1179242d22c79
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default class AddGroupsToTeamModal extends React.Component {

return (
<Modal
id='addUsersToTeamModal'
id='addGroupsToTeamModal'
dialogClassName={'more-modal more-direct-channels'}
show={this.state.show}
onHide={this.handleHide}
Expand Down