Skip to content

Commit

Permalink
MOSIP-37610: UI Enhancements Applicable for all Partners and Partner …
Browse files Browse the repository at this point in the history
…Admin screens

Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji committed Jan 10, 2025
1 parent ce80e73 commit 09a291b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit 09a291b

Please sign in to comment.