Compare commits
2
Commits
20a000319d
...
73663543fd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73663543fd | ||
|
|
c0dc4a2fe0 |
@@ -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