You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
@@ -33,16 +33,9 @@ export default class HostingSignupAction extends React.PureComponent<IProps, ISt
|
||||
|
||||
private openDialog = () => {
|
||||
this.modalRef = Modal.createTrackedDialog(
|
||||
'Hosting Signup Open',
|
||||
'',
|
||||
HostingSignupDialog,
|
||||
{
|
||||
'Hosting Signup Open', '', HostingSignupDialog, {
|
||||
requestClose: this.requestClose,
|
||||
},
|
||||
"mx_HostingSignupDialog",
|
||||
false,
|
||||
true,
|
||||
{
|
||||
}, "mx_HostingSignupDialog", false, true, {
|
||||
onBeforeClose: async () => this.closingAllowed,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user