updates `leasId` to `leaseId` (#15685)
* updates `leasId` to `leaseId` * adds changelog
This commit is contained in:
parent
9a003cb7b3
commit
c77199fe8d
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Updated `leasId` to `leaseId` in the "Copy Credentials" section of "Generate AWS Credentials"
|
||||
```
|
|
@ -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]) {
|
||||
|
|
Loading…
Reference in New Issue