From 89c39b55db4ff39250b2c79b76cb1ad975303de2 Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 19 Aug 2015 15:29:58 -0700 Subject: Re-added state update on show --- web/react/components/channel_invite_modal.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react') diff --git a/web/react/components/channel_invite_modal.jsx b/web/react/components/channel_invite_modal.jsx index 7fb51ec31..7c474c2b4 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; -- cgit v1.2.3-1-g7c22