mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 00:27:03 +00:00
Merge pull request #2769 from nasa/telemetry-table-duplicate-request-fix
[Telemetry Tables] Duplicate requests when users change time system
This commit is contained in:
commit
c994227d5d
@ -181,7 +181,7 @@ define([
|
||||
}
|
||||
|
||||
refreshData(bounds, isTick) {
|
||||
if (!isTick) {
|
||||
if (!isTick && this.outstandingRequests === 0) {
|
||||
this.filteredRows.clear();
|
||||
this.boundedRows.clear();
|
||||
this.boundedRows.sortByTimeSystem(this.openmct.time.timeSystem());
|
||||
|
Loading…
x
Reference in New Issue
Block a user