ui: Initialize chain variable to null (#8791)

This commit is contained in:
John Cowen 2020-10-01 14:31:29 +01:00 committed by GitHub
parent c0abe1e406
commit 4533dc3be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ export default Route.extend({
uri => uri`/${nspace}/${dc}/service-instances/for-service/${params.name}`
),
urls: this.settings.findBySlug('urls'),
chain: null,
proxies: [],
})
.then(model => {