fix: set team environment from test (#3059)

This commit is contained in:
Nivedin
2023-05-31 03:08:28 +05:30
committed by GitHub
parent 7ec2380ed5
commit 9a40058329
3 changed files with 37 additions and 12 deletions

View File

@@ -165,8 +165,8 @@ const props = withDefaults(
defineProps<{
show: boolean
action: "edit" | "new"
editingEnvironmentIndex: number | "Global" | null
editingVariableName: string | null
editingEnvironmentIndex?: number | "Global" | null
editingVariableName?: string | null
envVars?: () => Environment["variables"]
}>(),
{