mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
parent
4b763d1b06
commit
00790a344a
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ export class SiteForm extends Component<SiteFormProps, SiteFormState> {
|
|||
class="form-check-input"
|
||||
id="create-site-private-instance"
|
||||
type="checkbox"
|
||||
value={toUndefined(this.state.siteForm.default_theme)}
|
||||
checked={toUndefined(this.state.siteForm.private_instance)}
|
||||
onChange={linkEvent(this, this.handleSitePrivateInstance)}
|
||||
/>
|
||||
<label
|
||||
|
|
Loading…
Reference in a new issue