Skip to content

Commit

Permalink
Merge pull request #853 from ShakyaPr/main
Browse files Browse the repository at this point in the history
Fix: "Generate Keys" Button Disables Incorrectly for Third-Party Key Managers (#1854)
  • Loading branch information
hisanhunais authored Jan 29, 2025
2 parents 40b148b + a975cac commit 3c544e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ class TokenManager extends React.Component {
additionalProperties: this.getDefaultAdditionalProperties(selectedKM),
},
selectedTab: newSelectedTab,
mode: null,
importDisabled: false,
});
}
Expand Down

0 comments on commit 3c544e5

Please sign in to comment.