chore: merge hoppscotch/staging into self-hosted/main

This commit is contained in:
Andrew Bastin
2023-04-09 14:32:34 +05:30
5 changed files with 98 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ export const runRESTRequest$ = (
updateEnvironment(
environmentsStore.value.selectedEnvironmentIndex.index,
{
name: env.name,
...env,
variables: runResult.right.envs.selected,
}
)