mirror of
https://github.com/nasa/openmct.git
synced 2025-02-02 01:08:13 +00:00
remoiving the object to clear the rows
This commit is contained in:
parent
7e8917c959
commit
fde676a807
@ -122,6 +122,7 @@ define([
|
||||
const lastTimestamp = formats[timestampKey].parse(lastDatum);
|
||||
|
||||
// clear old collection, rerequest from last timestamp
|
||||
this.removeTelemetryObject(this.telemetryCollections[keystring].domainObject);
|
||||
this.addTelemetryObject(this.telemetryCollections[keystring].domainObject, lastTimestamp);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user