fix: checkbox for example content

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2025-11-20 18:35:04 +01:00
parent 045dc79b01
commit b17c207839
No known key found for this signature in database
GPG key ID: 4A81C29F63464E8F
2 changed files with 2 additions and 2 deletions

View file

@ -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") }}

View file

@ -6,7 +6,7 @@
<template>
<div class="example-event-settings">
<NcCheckboxRadioSwitch
:checked="createExampleEvent"
:model-value="createExampleEvent"
:disabled="savingConfig"
type="switch"
@update:model-value="updateCreateExampleEvent">