Removed some internal state from ChannelMembersModal and ChannelInviteModal

Этот коммит содержится в:
hmhealey
2015-12-03 12:57:34 -05:00
родитель d09ace15f2
Коммит ea80836c6e
7 изменённых файлов: 23 добавлений и 53 удалений

Просмотреть файл

@@ -167,6 +167,7 @@ function createInviteChannelMemberButton(channel, uiType) {
<ToggleModalButton
className='intro-links'
dialogType={ChannelInviteModal}
dialogProps={{channel}}
>
<i className='fa fa-user-plus'></i>{'Invite others to this ' + uiType}
</ToggleModalButton>