feature/load-views-async #2672

Merged
konrad merged 10 commits from dpschen/frontend:feature/load-list-views-async into main 2022-11-13 21:52:30 +00:00
Showing only changes of commit c674c806a6 - Show all commits

View File

@ -131,7 +131,7 @@ watch(
const list = new ListModel(listData)
try {
const loadedList = await listService.value.get(list)
await baseStore.handleSetCurrentList({list: loadedList})
baseStore.handleSetCurrentList({list: loadedList})
} finally {
loadedListId.value = props.listId
}