mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
De-reactify tables (#5046)
This commit is contained in:
parent
525496fbca
commit
2ccb90aa41
@ -9,7 +9,11 @@ export default class TelemetryTableView {
|
||||
this.objectPath = objectPath;
|
||||
this.component = undefined;
|
||||
|
||||
this.table = new TelemetryTable(domainObject, openmct);
|
||||
Object.defineProperty(this, 'table', {
|
||||
value: new TelemetryTable(domainObject, openmct),
|
||||
enumerable: false,
|
||||
configurable: false
|
||||
});
|
||||
}
|
||||
|
||||
getViewContext() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user