Skip to content

Commit f960afc

Browse files
authored
Merge pull request #56562 from nextcloud/bug/noid/checked-state-for-example-content
fix state for example content checkboxes
2 parents fac380f + 5bcbdda commit f960afc

6 files changed

+6
-6
lines changed

apps/dav/src/components/ExampleContactSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<template>
77
<div class="example-contact-settings">
88
<NcCheckboxRadioSwitch
9-
:checked="enableDefaultContact"
9+
:model-value="enableDefaultContact"
1010
type="switch"
1111
@update:model-value="updateEnableDefaultContact">
1212
{{ t('dav', "Add example contact to user's address book when they first log in") }}

apps/dav/src/components/ExampleEventSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<template>
77
<div class="example-event-settings">
88
<NcCheckboxRadioSwitch
9-
:checked="createExampleEvent"
9+
:model-value="createExampleEvent"
1010
:disabled="savingConfig"
1111
type="switch"
1212
@update:model-value="updateCreateExampleEvent">

dist/dav-dav-settings-admin-example-content-BvfG00pA.chunk.css renamed to dist/dav-dav-settings-admin-example-content-BWzlcBW1.chunk.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* extracted by css-entry-points-plugin */
2-
@import './dav-dav-settings-admin-example-content-BvfG00pA.chunk.css';
2+
@import './dav-dav-settings-admin-example-content-BWzlcBW1.chunk.css';
33
@import './NcSettingsSection-BfK7eHNT-BFoYkIs3.chunk.css';
44
@import './Plus-BhZ0LWiU.chunk.css';

dist/dav-settings-admin-example-content.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/dav-settings-admin-example-content.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)