summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/channel_invite_modal.jsx1
1 files changed, 1 insertions, 0 deletions
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;