summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-07-15 18:12:17 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-07-15 18:38:23 +0000
commit68980834720e28b7c57b974601f85d812199e575 (patch)
treeb0db074a88cb3b09205808af9f6daff42566bf2d
parent1bae664c1a3fa727d28ea179f39a7e4f5a9f69b1 (diff)
Fix omit birthdate year toggle
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--src/components/Properties/PropertyDateTime.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Properties/PropertyDateTime.vue b/src/components/Properties/PropertyDateTime.vue
index 1d8b1b6a..3bf5392e 100644
--- a/src/components/Properties/PropertyDateTime.vue
+++ b/src/components/Properties/PropertyDateTime.vue
@@ -73,6 +73,7 @@
<PropertyActions
v-if="!isReadOnly"
:actions="actions"
+ :property-component="this"
@delete="deleteProperty" />
</div>
</div>