fix: collection store
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user