fix: load the list tasks only after the list itself was loaded #1251

Merged
konrad merged 7 commits from fix/load-list-first into main 2022-03-27 19:56:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1b54debb9b - Show all commits

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