fix: visiting account view no longer fetches /lists
This commit is contained in:
@@ -564,6 +564,7 @@ export const useListsStore = defineStore('lists', () => {
|
||||
pendingCount,
|
||||
error,
|
||||
itemsForList,
|
||||
ensureLoaded,
|
||||
loadLists,
|
||||
loadListItems,
|
||||
refresh,
|
||||
|
||||
@@ -16,7 +16,7 @@ const versionError = ref('')
|
||||
const isLoadingVersion = ref(false)
|
||||
|
||||
onMounted(() => {
|
||||
listsStore.loadLists()
|
||||
listsStore.ensureLoaded()
|
||||
loadVersion()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user