From 1b54debb9b05d18e4b4e816bdb420b0658c6ac96 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 27 Mar 2022 18:39:11 +0200 Subject: [PATCH] fix: loading indicator while loading the list --- src/views/list/ListWrapper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {