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 = () => {
|
private openDialog = () => {
|
||||||
this.modalRef = Modal.createTrackedDialog(
|
this.modalRef = Modal.createTrackedDialog(
|
||||||
'Hosting Signup Open',
|
'Hosting Signup Open', '', HostingSignupDialog, {
|
||||||
'',
|
|
||||||
HostingSignupDialog,
|
|
||||||
{
|
|
||||||
requestClose: this.requestClose,
|
requestClose: this.requestClose,
|
||||||
},
|
}, "mx_HostingSignupDialog", false, true, {
|
||||||
"mx_HostingSignupDialog",
|
|
||||||
false,
|
|
||||||
true,
|
|
||||||
{
|
|
||||||
onBeforeClose: async () => this.closingAllowed,
|
onBeforeClose: async () => this.closingAllowed,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue