normal feature

This commit is contained in:
SpikeHD
2022-07-14 18:49:49 -07:00
parent f24f3af377
commit 88a1740b91
5 changed files with 108 additions and 3 deletions

View File

@@ -205,7 +205,6 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
<Checkbox id="httpsEnable" label={this.state.httpsLabel} onChange={this.toggleHttps} checked={this.state.httpsEnabled} />
</div>
</div>
)
}