Merge pull request #4112 from westlywright/ebs.ec2.bug

EKS V2 Import
This commit is contained in:
Westly Wright 2020-07-30 15:32:00 -07:00 committed by GitHub
commit d09c349bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export default Component.extend(ClusterDriver, {
}
})),
cloudCredentials: computed('model.cloudCredentials', function() {
cloudCredentials: computed('model.cloudCredentials.[]', function() {
const { model: { cloudCredentials } } = this;
return cloudCredentials.filter((cc) => !isEmpty(get(cc, 'amazonec2credentialConfig')));