From 9eb5c62b0122e4ab0f8e5d12480b248712ebf64e Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Dec 2024 21:27:01 +0100 Subject: [PATCH] fix: do not fail to load projects without views via link share Resolves https://community.vikunja.io/t/undefined-error-when-sharing-an-empty-project/3126 --- .../src/components/sharing/LinkSharing.vue | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/sharing/LinkSharing.vue b/frontend/src/components/sharing/LinkSharing.vue index 5b4e9236b..c8dd39ebd 100644 --- a/frontend/src/components/sharing/LinkSharing.vue +++ b/frontend/src/components/sharing/LinkSharing.vue @@ -94,13 +94,15 @@ + @@ -169,7 +171,7 @@ -
- {{ $t('project.share.links.view') }} + {{ $t('project.share.links.view') }} + {{ $t('project.share.attributes.delete') }}
+