mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
wrong variable name (#3603)
This commit is contained in:
committed by
Karl Burtram
parent
2349aa4df8
commit
f39007cd2d
@@ -235,7 +235,7 @@ export class GridPanel extends ViewletPanel {
|
||||
|
||||
for (let set of resultsToUpdate) {
|
||||
if (set.complete) {
|
||||
this.addResultSet(resultSet);
|
||||
this.addResultSet(set);
|
||||
change = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user