From 09a291bf48fb97c6c0e04d8e75e5651320617e8d Mon Sep 17 00:00:00 2001 From: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:44:42 +0530 Subject: [PATCH] MOSIP-37610: UI Enhancements Applicable for all Partners and Partner Admin screens Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com> --- .../src/pages/partner/authenticationServices/ApiKeysList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pmp-revamp-ui/src/pages/partner/authenticationServices/ApiKeysList.js b/pmp-revamp-ui/src/pages/partner/authenticationServices/ApiKeysList.js index cd5c04e3..a9b7f0a3 100644 --- a/pmp-revamp-ui/src/pages/partner/authenticationServices/ApiKeysList.js +++ b/pmp-revamp-ui/src/pages/partner/authenticationServices/ApiKeysList.js @@ -158,6 +158,7 @@ function ApiKeysList() { const onClickConfirmDeactivate = (deactivationResponse, selectedApiKey) => { if (deactivationResponse !== "") { setShowDeactivatePopup(false); + setViewApiKeyId(-1); // Update the specific row in the state with the new status setApiKeysList((prevList) => prevList.map(apiKey =>