diff --git a/src/stores/collectionsStore.ts b/src/stores/collectionsStore.ts index 82b1aa1..6835f53 100644 --- a/src/stores/collectionsStore.ts +++ b/src/stores/collectionsStore.ts @@ -8,7 +8,7 @@ import { collectionService } from '../services' import { CollectionObject, CollectionPropertiesObject } from '../models/collection' import type { SourceSelector, ListFilter, ListSort } from '../types' -export const useCollectionsStore = defineStore('mailCollectionsStore', () => { +export const useCollectionsStore = defineStore('chronoCollectionsStore', () => { // State const _collections = ref>({}) const transceiving = ref(false)