diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue
index abec02a3..5fede63a 100644
--- a/src/components/sharing/linkSharing.vue
+++ b/src/components/sharing/linkSharing.vue
@@ -145,17 +145,11 @@
@@ -234,6 +228,8 @@ type SelectedViewMapper = Record
const selectedView = ref({})
+const availableViews = computed(() => Object.values(LIST_VIEWS))
+
const copy = useCopyToClipboard()
watch(
() => props.listId,
|