{
this.$parent.loadNamespaces()
diff --git a/src/components/lists/ShowList.vue b/src/components/lists/ShowList.vue
index 725e3220..d3c43b54 100644
--- a/src/components/lists/ShowList.vue
+++ b/src/components/lists/ShowList.vue
@@ -37,7 +37,7 @@
export default {
data() {
return {
- listID: this.$route.params.id,
+ listId: this.$route.params.id,
listService: ListService,
list: ListModel,
}
diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue
index f3cbd9b9..0862489b 100644
--- a/src/components/sharing/linkSharing.vue
+++ b/src/components/sharing/linkSharing.vue
@@ -75,7 +75,7 @@
- |