diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue
index 51f3b34f..e0b3bade 100644
--- a/src/components/sharing/linkSharing.vue
+++ b/src/components/sharing/linkSharing.vue
@@ -79,30 +79,59 @@
>
-
{{ $t('list.share.attributes.link') }}
- {{ $t('list.share.attributes.name') }}
- {{ $t('list.share.attributes.sharedBy') }}
- {{ $t('list.share.attributes.right') }}
+
+ {{ $t('list.share.links.view') }}
{{ $t('list.share.attributes.delete') }}
+ {{ s.name }} +
+ +
+
+
+
+
{{ $t('list.share.links.removeText') }}
@@ -190,6 +202,8 @@ import LinkShareService from '@/services/linkShare' import {useCopyToClipboard} from '@/composables/useCopyToClipboard' import {success} from '@/message' +import type {ListView} from '@/types/ListView' +import {LIST_VIEWS} from '@/types/ListView' const props = defineProps({ listId: { @@ -209,6 +223,17 @@ const showDeleteModal = ref(false) const linkIdToDelete = ref(0) const showNewForm = ref(false) +type SelectedViewMapper = Record