diff --git a/src/views/list/ListWrapper.vue b/src/views/list/ListWrapper.vue index cac6e54b0..50bd1e65d 100644 --- a/src/views/list/ListWrapper.vue +++ b/src/views/list/ListWrapper.vue @@ -76,7 +76,7 @@ const props = defineProps({ const route = useRoute() const store = useStore() -const listService = shallowRef(new ListService()) +const listService = ref(new ListService()) const loadedListId = ref(0) const currentList = computed(() => {