mirror of
https://github.com/nasa/openmct.git
synced 2025-01-20 11:38:56 +00:00
Force Vue to look for the reactive property and recompute views (#3733)
Co-authored-by: Deep Tailor <deep.j.tailor@nasa.gov>
This commit is contained in:
parent
905e397d3f
commit
94d9852339
@ -159,7 +159,7 @@ export default {
|
||||
return this.views.filter(v => v.key === this.viewKey)[0] || {};
|
||||
},
|
||||
views() {
|
||||
if (this.openmct.router.started !== true) {
|
||||
if (this.domainObject && (this.openmct.router.started !== true)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user