mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 08:48:28 +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] || {};
|
return this.views.filter(v => v.key === this.viewKey)[0] || {};
|
||||||
},
|
},
|
||||||
views() {
|
views() {
|
||||||
if (this.openmct.router.started !== true) {
|
if (this.domainObject && (this.openmct.router.started !== true)) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user