Skip to content

Commit

Permalink
updates leasId to leaseId (#15685)
Browse files Browse the repository at this point in the history
* updates `leasId` to `leaseId`

* adds changelog
  • Loading branch information
ksatirli committed Jun 13, 2022
1 parent 12f8381 commit a2543b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/15685.txt
@@ -0,0 +1,3 @@
```release-note:bug
ui: Updated `leasId` to `leaseId` in the "Copy Credentials" section of "Generate AWS Credentials"
```
2 changes: 1 addition & 1 deletion ui/app/models/aws-credential.js
Expand Up @@ -69,7 +69,7 @@ export default Model.extend({
accessKey: this.accessKey,
secretKey: this.secretKey,
securityToken: this.securityToken,
leasId: this.leaseId,
leaseId: this.leaseId,
};
const propsWithVals = Object.keys(props).reduce((ret, prop) => {
if (props[prop]) {
Expand Down

0 comments on commit a2543b8

Please sign in to comment.