fix: issues with global environment writes
This commit is contained in:
@@ -476,3 +476,7 @@ export function updateEnvironmentVariable(
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
export function getEnviroment(index: number) {
|
||||
return environmentsStore.value.environments[index]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user