feat: firestore sync for global environment

This commit is contained in:
Andrew Bastin
2021-08-17 14:28:48 +05:30
parent b968756be2
commit e38af0bebe
2 changed files with 79 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ export const environments$ = environmentsStore.subject$.pipe(
pluck("environments")
)
export const globalEnv$ = environmentsStore.subject$.pipe(pluck("globalEnv"))
export const globalEnv$ = environmentsStore.subject$.pipe(pluck("globals"))
export const selectedEnvIndex$ = environmentsStore.subject$.pipe(
pluck("currentEnvironmentIndex")