refactor: use new documents interfaces
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -118,8 +118,8 @@ export const useDocumentsStore = defineStore('documentsStore', () => {
|
||||
const isAtRoot = computed(() => currentLocation.value === ROOT_ID)
|
||||
|
||||
async function initialize() {
|
||||
await providersStore.list()
|
||||
await servicesStore.list({ [activeProviderId.value]: true })
|
||||
await providersStore.list([activeProviderId.value])
|
||||
await servicesStore.list()
|
||||
await refresh()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user