Skip to content

Commit

Permalink
hot fix (#4222)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town authored Feb 1, 2024
1 parent fb1408a commit ad7ad6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const ExpandedEnvGroupFC = ({
// apply v2 already supplies the full env group
if (currentProject?.validate_apply_v2) {
updateEnvGroup(envGroup);
} else if (!currentProject?.simplified_view_enabled) {
} else if (currentProject?.simplified_view_enabled) {
try {
const populatedEnvGroup = await api
.getAllEnvGroups(
Expand Down

0 comments on commit ad7ad6d

Please sign in to comment.