Compare commits

...

3 Commits

Author SHA1 Message Date
Deep Tailor
085f6d3352 Merge branch 'master' into fix-view-switcher 2021-03-03 15:37:57 -08:00
Deep Tailor
1891551430 Merge branch 'master' into fix-view-switcher 2021-03-03 15:36:26 -08:00
Joshi
75c4f0171f Force Vue to look for the reactive property and recompute views 2021-03-03 15:22:59 -08:00

View File

@@ -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 [];
}