mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix: checkbox for example content
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
045dc79b01
commit
b17c207839
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<template>
|
||||
<div class="example-contact-settings">
|
||||
<NcCheckboxRadioSwitch
|
||||
:checked="enableDefaultContact"
|
||||
:model-value="enableDefaultContact"
|
||||
type="switch"
|
||||
@update:model-value="updateEnableDefaultContact">
|
||||
{{ t('dav', "Add example contact to user's address book when they first log in") }}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<template>
|
||||
<div class="example-event-settings">
|
||||
<NcCheckboxRadioSwitch
|
||||
:checked="createExampleEvent"
|
||||
:model-value="createExampleEvent"
|
||||
:disabled="savingConfig"
|
||||
type="switch"
|
||||
@update:model-value="updateCreateExampleEvent">
|
||||
|
|
|
|||
Loading…
Reference in a new issue