refactor: add optional ids to environments (#2974)
This commit is contained in:
@@ -122,7 +122,7 @@ export const runRESTRequest$ = (
|
||||
updateEnvironment(
|
||||
environmentsStore.value.selectedEnvironmentIndex.index,
|
||||
{
|
||||
name: env.name,
|
||||
...env,
|
||||
variables: runResult.right.envs.selected,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user