mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31: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"
|
class="form-check-input"
|
||||||
id="create-site-private-instance"
|
id="create-site-private-instance"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
value={toUndefined(this.state.siteForm.default_theme)}
|
checked={toUndefined(this.state.siteForm.private_instance)}
|
||||||
onChange={linkEvent(this, this.handleSitePrivateInstance)}
|
onChange={linkEvent(this, this.handleSitePrivateInstance)}
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
|
|
Loading…
Reference in a new issue