From 515845edd1ab3e394cae6d97e2716db60b67236b Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Mon, 23 Jan 2023 17:28:31 +0200 Subject: [PATCH] chore: increase max number of environments from 15 to 50 (#2968) --- frontend/src/constants/values.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/constants/values.ts b/frontend/src/constants/values.ts index ef121a05f0..923e044f04 100644 --- a/frontend/src/constants/values.ts +++ b/frontend/src/constants/values.ts @@ -1 +1 @@ -export const ENV_LIMIT = 15; +export const ENV_LIMIT = 50;