From cce1a58604e62bcc1c75cb50f0f661c80879771e Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 9 Nov 2023 16:17:36 +0100 Subject: [PATCH] fix(ui): title prop is deprecated since @nextcloud/vue 7 See https://github.com/nextcloud-libraries/nextcloud-vue/pull/4052. Signed-off-by: Max --- src/components/Nav/CollectiveListItem.vue | 2 +- src/components/Nav/CollectivesTrash.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Nav/CollectiveListItem.vue b/src/components/Nav/CollectiveListItem.vue index a97c44006..a387530bb 100644 --- a/src/components/Nav/CollectiveListItem.vue +++ b/src/components/Nav/CollectiveListItem.vue @@ -1,6 +1,6 @@