diff options
Diffstat (limited to 'apps/dav/src/views/ExampleContentSettingsSection.vue')
-rw-r--r-- | apps/dav/src/views/ExampleContentSettingsSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/src/views/ExampleContentSettingsSection.vue b/apps/dav/src/views/ExampleContentSettingsSection.vue index 5e65a1ba3b4..3ee2d9e8648 100644 --- a/apps/dav/src/views/ExampleContentSettingsSection.vue +++ b/apps/dav/src/views/ExampleContentSettingsSection.vue @@ -33,6 +33,6 @@ export default { hasCalendarApp() { return loadState('dav', 'calendarEnabled') }, - } + }, } </script> |