mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Method scoping
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
a67ad0750d
commit
f112f4fcef
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import * as sdk from '../../../index';
|
|||
* A dialog for confirming closing the Hosting signup setup dialog.
|
||||
*/
|
||||
export default class ConfirmCloseHostingSignupDialog extends React.Component {
|
||||
render() {
|
||||
public render() {
|
||||
const QuestionDialog = sdk.getComponent('views.dialogs.QuestionDialog');
|
||||
return (
|
||||
<QuestionDialog
|
||||
|
|
Loading…
Reference in a new issue