Merge pull request #3485 from codyrancher/fp-master-3484

[forwardport] Surface Refresh Kubernetes Metadata error message
This commit is contained in:
Westly Wright 2019-10-23 11:58:29 -07:00 committed by GitHub
commit c2df691322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default Controller.extend({
url: '/v3/kontainerdrivers?action=refresh',
method: 'POST',
}).catch((error) => {
get(this, 'growl').fromError(error.message);
get(this, 'growl').fromError(undefined, error.body.message);
}).finally(() => set(this, 'refreshing', false));
},
},