mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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) {
|
for (let set of resultsToUpdate) {
|
||||||
if (set.complete) {
|
if (set.complete) {
|
||||||
this.addResultSet(resultSet);
|
this.addResultSet(set);
|
||||||
change = true;
|
change = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user