We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1408a commit ad7ad6dCopy full SHA for ad7ad6d
dashboard/src/main/home/cluster-dashboard/env-groups/ExpandedEnvGroup.tsx
@@ -179,7 +179,7 @@ export const ExpandedEnvGroupFC = ({
179
// apply v2 already supplies the full env group
180
if (currentProject?.validate_apply_v2) {
181
updateEnvGroup(envGroup);
182
- } else if (!currentProject?.simplified_view_enabled) {
+ } else if (currentProject?.simplified_view_enabled) {
183
try {
184
const populatedEnvGroup = await api
185
.getAllEnvGroups(
0 commit comments