Skip to content

Commit e0d4dda

Browse files
committed
feat: add support for prod non-prod in virtual environment
1 parent 3414ff1 commit e0d4dda

File tree

1 file changed

+1
-0
lines changed
  • src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterEnvironmentDrawer

1 file changed

+1
-0
lines changed

src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterEnvironmentDrawer/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const getClusterEnvironmentUpdatePayload = ({
3636
cluster_id: data.clusterId,
3737
description: data.description || '',
3838
...(getCategoryPayload ? getCategoryPayload(data.category) : null),
39+
isProd: data.isProduction,
3940
}
4041
: {
4142
id: envId,

0 commit comments

Comments
 (0)