diff --git a/app/src/modules/collections/routes/browse.vue b/app/src/modules/collections/routes/browse.vue
index 950abcd9f1..c525d7cd82 100644
--- a/app/src/modules/collections/routes/browse.vue
+++ b/app/src/modules/collections/routes/browse.vue
@@ -9,7 +9,7 @@
-
+
@@ -263,7 +263,7 @@ export default defineComponent({
const { selection } = useSelection();
const { info: currentCollection } = useCollection(collection);
- const { addNewLink, batchLink, collectionsLink, currentCollectionLink } = useLinks();
+ const { addNewLink, batchLink, currentCollectionLink } = useLinks();
const { breadcrumb } = useBreadcrumb();
const {
@@ -313,7 +313,7 @@ export default defineComponent({
addNewLink,
batchDelete,
batchLink,
- collectionsLink,
+
confirmDelete,
currentCollection,
deleting,
@@ -430,15 +430,11 @@ export default defineComponent({
return `/collections/${props.collection}/${batchPrimaryKeys}`;
});
- const collectionsLink = computed(() => {
- return `/collections`;
- });
-
const currentCollectionLink = computed(() => {
return `/collections/${props.collection}`;
});
- return { addNewLink, batchLink, collectionsLink, currentCollectionLink };
+ return { addNewLink, batchLink, currentCollectionLink };
}
function useBookmarks() {
diff --git a/app/src/modules/collections/routes/detail.vue b/app/src/modules/collections/routes/detail.vue
index c858c6b7e1..bf0bebf99e 100644
--- a/app/src/modules/collections/routes/detail.vue
+++ b/app/src/modules/collections/routes/detail.vue
@@ -39,8 +39,12 @@
-
-
+
+
+