mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Code styling
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
cdf8aa13cc
commit
a67ad0750d
1 changed files with 2 additions and 9 deletions
|
@ -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,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue