mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
Remove wait spinners when error occurs in tables (#2356)
This commit is contained in:
parent
6c0c1df010
commit
a40a31aa4c
@ -143,6 +143,7 @@ define([
|
||||
|
||||
let telemetryRows = telemetryData.map(datum => new TelemetryTableRow(datum, columnMap, keyString, limitEvaluator));
|
||||
this.boundedRows.add(telemetryRows);
|
||||
}).finally(() => {
|
||||
this.decrementOutstandingRequests();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user