diff --git a/web/react/components/channel_invite_modal.jsx b/web/react/components/channel_invite_modal.jsx index 7fb51ec319..7c474c2b4e 100644 --- a/web/react/components/channel_invite_modal.jsx +++ b/web/react/components/channel_invite_modal.jsx @@ -75,6 +75,7 @@ export default class ChannelInviteModal extends React.Component { } onShow() { this.isShown = true; + this.onListenerChange(); } onHide() { this.isShown = false;