|
|
@ -54,8 +54,8 @@ export const setCacheCollection = createAction(
|
|
|
|
|
|
|
|
|
|
|
|
export const unsetCacheCollection = createAction(
|
|
|
|
export const unsetCacheCollection = createAction(
|
|
|
|
"UNSET_CACHE_COLLECTION",
|
|
|
|
"UNSET_CACHE_COLLECTION",
|
|
|
|
(_colMgr: Etebase.CollectionManager, _colUid: string) => {
|
|
|
|
(_colMgr: Etebase.CollectionManager, colUid: string) => {
|
|
|
|
return undefined;
|
|
|
|
return colUid;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
(_colMgr: Etebase.CollectionManager, colUid: string) => {
|
|
|
|
(_colMgr: Etebase.CollectionManager, colUid: string) => {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|