updates `leasId` to `leaseId` (#15685)

* updates `leasId` to `leaseId`

* adds changelog
This commit is contained in:
Kerim Satirli 2022-06-13 20:17:07 +02:00 committed by GitHub
parent 9a003cb7b3
commit c77199fe8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
changelog/15685.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Updated `leasId` to `leaseId` in the "Copy Credentials" section of "Generate AWS Credentials"
```

View File

@ -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]) {