From 3ec5e6d999abd4c4f9c40c612b5622d54fb4f4e2 Mon Sep 17 00:00:00 2001 From: Arpit Date: Tue, 10 Oct 2023 11:27:39 +0530 Subject: [PATCH] fixes: Create app version from is empty if we delete another version. (#7720) --- .../src/Editor/AppVersionsManager/CustomSelect.jsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/src/Editor/AppVersionsManager/CustomSelect.jsx b/frontend/src/Editor/AppVersionsManager/CustomSelect.jsx index 53b43b5b2b..b0122fa79d 100644 --- a/frontend/src/Editor/AppVersionsManager/CustomSelect.jsx +++ b/frontend/src/Editor/AppVersionsManager/CustomSelect.jsx @@ -114,11 +114,14 @@ export const CustomSelect = ({ ...props }) => { return ( <> - + {showCreateAppVersion && ( + + )} + {/* When we merge this code to EE update the defaultAppEnvironments object with rest of default environments (then delete this comment)*/}