mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
SYNC: bugfix
This commit is contained in:
committed by
Diflow
parent
55c86d8ec7
commit
b623b06cf0
@@ -330,7 +330,7 @@ export class ChartProcessor {
|
||||
this.availableColumns = Object.values(this.availableColumnsDict);
|
||||
for (const chart of this.chartsProcessing) {
|
||||
if (chart.errorMessage) {
|
||||
this.charts.push(chart);
|
||||
this.charts.push({ ...chart, availableColumns: this.availableColumns });
|
||||
continue;
|
||||
}
|
||||
let addedChart: ProcessedChart = chart;
|
||||
|
||||
Reference in New Issue
Block a user