mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 12:40:17 +00:00
ui: Initialize chain variable to null (#8791)
This commit is contained in:
parent
967afbaaf4
commit
d2103a61d8
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user