mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
Merge branch 'mct-7442' into mct-7959
Merging 2 inspector related branches for one PR.
This commit is contained in:
commit
59f855ae0f
@ -88,6 +88,8 @@ export default {
|
|||||||
showTab: view.showTab
|
showTab: view.showTab
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.selectTab(this.visibleTabs[0]);
|
||||||
},
|
},
|
||||||
isSelected(tab) {
|
isSelected(tab) {
|
||||||
return this.selectedTab?.key === tab.key;
|
return this.selectedTab?.key === tab.key;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user