You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user