fix: graphql collections not syncing on login
This commit is contained in:
@@ -84,6 +84,8 @@ export function initCollections() {
|
||||
})
|
||||
|
||||
const gqlCollSub = graphqlCollections$.subscribe((collections) => {
|
||||
const currentUser = platform.auth.getCurrentUser()
|
||||
|
||||
if (
|
||||
loadedGraphqlCollections &&
|
||||
currentUser &&
|
||||
|
||||
Reference in New Issue
Block a user