Closed Mattia013 closed 6 days ago
Hi @Mattia013. Thanks for your PR.
I am @kingmakerbot. You can interact with me issuing a slash command in the first line of a comment. Currently, I understand the following commands:
/rebase
: Rebase this PR onto the master branch/merge
: Merge this PR into the master branch/hold
: Adds hold label to prevent merging with /merge/unhold
: Removes the hold label to allow merging with /merge/deploy-staging
: Deploy a staging environment to test this PR (the build-all
flag enables user environments building)/undeploy-staging
: Manually undeploy the staging environmentMake sure this PR appears in the CrownLabs changelog, adding one of the following labels:
kind/breaking
: :boom: Breaking Changekind/feature
: :rocket: New Featurekind/bug
: :bug: Bug Fixkind/cleanup
: :broom: Code Refactoringkind/docs
: :memo: DocumentationThanks @Mattia013 for this contribution! @QcFe This looks very good to me. If you agree, we can approve and merge. Thanks to you both!
/deploy-staging
/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.