fix: collection store #3

Merged
Sebastian merged 1 commits from fix/collection-store into main 2026-02-18 00:13:49 +00:00

View File

@@ -8,7 +8,7 @@ import { collectionService } from '../services'
import { CollectionObject, CollectionPropertiesObject } from '../models/collection' import { CollectionObject, CollectionPropertiesObject } from '../models/collection'
import type { SourceSelector, ListFilter, ListSort } from '../types' import type { SourceSelector, ListFilter, ListSort } from '../types'
export const useCollectionsStore = defineStore('mailCollectionsStore', () => { export const useCollectionsStore = defineStore('chronoCollectionsStore', () => {
// State // State
const _collections = ref<Record<string, CollectionObject>>({}) const _collections = ref<Record<string, CollectionObject>>({})
const transceiving = ref(false) const transceiving = ref(false)