diff --git a/react/features/welcome/components/WelcomePage.web.js b/react/features/welcome/components/WelcomePage.web.js index 3feeb20bc..c69ee90d7 100644 --- a/react/features/welcome/components/WelcomePage.web.js +++ b/react/features/welcome/components/WelcomePage.web.js @@ -55,6 +55,7 @@ class WelcomePage extends AbstractWelcomePage { 'welcome-page-additional-content-template'); // Bind event handlers so they are only bound once per instance. + this._onFormSubmit = this._onFormSubmit.bind(this); this._onRoomChange = this._onRoomChange.bind(this); this._setAdditionalContentRef = this._setAdditionalContentRef.bind(this); @@ -121,7 +122,7 @@ class WelcomePage extends AbstractWelcomePage {
+ onSubmit = { this._onFormSubmit }>