fix: loading indicator while loading the list
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2022-03-27 18:39:11 +02:00
parent d723644ff2
commit 1b54debb9b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {