Remove wait spinners when error occurs in tables (#2356)

This commit is contained in:
Andrew Henry 2019-04-05 09:34:03 -07:00 committed by Deep Tailor
parent 6c0c1df010
commit a40a31aa4c

View File

@ -143,6 +143,7 @@ define([
let telemetryRows = telemetryData.map(datum => new TelemetryTableRow(datum, columnMap, keyString, limitEvaluator));
this.boundedRows.add(telemetryRows);
}).finally(() => {
this.decrementOutstandingRequests();
});
}