mirror of https://github.com/vector-im/riot-web
parent
a67ad0750d
commit
f112f4fcef
|
@ -22,7 +22,7 @@ import * as sdk from '../../../index';
|
||||||
* A dialog for confirming closing the Hosting signup setup dialog.
|
* A dialog for confirming closing the Hosting signup setup dialog.
|
||||||
*/
|
*/
|
||||||
export default class ConfirmCloseHostingSignupDialog extends React.Component {
|
export default class ConfirmCloseHostingSignupDialog extends React.Component {
|
||||||
render() {
|
public render() {
|
||||||
const QuestionDialog = sdk.getComponent('views.dialogs.QuestionDialog');
|
const QuestionDialog = sdk.getComponent('views.dialogs.QuestionDialog');
|
||||||
return (
|
return (
|
||||||
<QuestionDialog
|
<QuestionDialog
|
||||||
|
|
Loading…
Reference in New Issue