summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_email_item.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-12 20:19:07 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-12 20:19:07 +0500
commit7bea418a6575d8d02c1f3eb9f3dbb99fe4d90b0a (patch)
tree069222c906cbf56feb003c806f60230cdbf81844 /web/react/components/team_signup_email_item.jsx
parent6bf1203581a295e82116c23bc4fe2d9d29362cf4 (diff)
parent6cb4f82ee5a17cd1d32ae19c266b78c2cfd604e6 (diff)
downloadchat-7bea418a6575d8d02c1f3eb9f3dbb99fe4d90b0a.tar.gz
chat-7bea418a6575d8d02c1f3eb9f3dbb99fe4d90b0a.tar.bz2
chat-7bea418a6575d8d02c1f3eb9f3dbb99fe4d90b0a.zip
Merge branch 'master' of https://github.com/mattermost/platform into ui-fixes
Diffstat (limited to 'web/react/components/team_signup_email_item.jsx')
-rw-r--r--web/react/components/team_signup_email_item.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_signup_email_item.jsx b/web/react/components/team_signup_email_item.jsx
index feb70dc71..790ec2e5d 100644
--- a/web/react/components/team_signup_email_item.jsx
+++ b/web/react/components/team_signup_email_item.jsx
@@ -83,4 +83,4 @@ TeamSignupEmailItem.propTypes = {
email: React.PropTypes.string
};
-export default injectIntl(TeamSignupEmailItem); \ No newline at end of file
+export default injectIntl(TeamSignupEmailItem, {withRef: true});