-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix SSH key deletion error bug #914
Fix SSH key deletion error bug #914
Conversation
Hi @Mattia013. Thanks for your PR. I am @kingmakerbot.
Make sure this PR appears in the CrownLabs changelog, adding one of the following labels:
|
Thanks @Mattia013 for this contribution! |
/deploy-staging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
/merge |
Your staging environment has been correctly teared-down! |
Description
Fix delete modal to prompt for the specific SSH key record in table.
When multiple SSH keys are available and we try to remove one, it is always prompted to remove the last one.
This should fix this undesired behavior.
How Has This Been Tested?
The test was done recreating the SSHKeysTable in a new React Typescript project.