fix: secret environment flow bugs (#3817)

This commit is contained in:
Nivedin
2024-02-10 20:22:10 +05:30
committed by GitHub
parent ecca3d2032
commit 41bad1f3dc
7 changed files with 49 additions and 15 deletions

View File

@@ -224,7 +224,7 @@ const tabsData: ComputedRef<
},
{
id: "secret",
label: t("environment.secret"),
label: t("environment.secrets"),
emptyStateLabel: t("empty.secret_environments"),
isSecret: true,
variables: secretVars.value,

View File

@@ -229,7 +229,7 @@ const tabsData: ComputedRef<
},
{
id: "secret",
label: t("environment.secret"),
label: t("environment.secrets"),
emptyStateLabel: t("empty.secret_environments"),
isSecret: true,
variables: secretVars.value,