fix: graphql collections not syncing on login
This commit is contained in:
parent
d15caba4a6
commit
cb5fff0310
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ export function initCollections() {
|
|||
})
|
||||
|
||||
const gqlCollSub = graphqlCollections$.subscribe((collections) => {
|
||||
const currentUser = platform.auth.getCurrentUser()
|
||||
|
||||
if (
|
||||
loadedGraphqlCollections &&
|
||||
currentUser &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue