From 9001eb779565055facedcee67fafdf66bcaab3c7 Mon Sep 17 00:00:00 2001
From: Shreya Agarwal <78657883+shreya0204@users.noreply.github.com>
Date: Tue, 20 Aug 2024 13:03:24 +0530
Subject: [PATCH] fix: fix app config same key values (#16215)
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com>
---
packages/features/apps/AdminAppsList.tsx | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/packages/features/apps/AdminAppsList.tsx b/packages/features/apps/AdminAppsList.tsx
index 1d4ad2b0e6..b40c1ec91e 100644
--- a/packages/features/apps/AdminAppsList.tsx
+++ b/packages/features/apps/AdminAppsList.tsx
@@ -315,16 +315,18 @@ const AdminAppsListContainer = () => {
/>
))}
-
+ {modalState.isOpen === "editKeys" && (
+
+ )}
>
);
};