mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix insights dialog issue (#5336)
This commit is contained in:
@@ -228,10 +228,8 @@ export class InsightsDialogView extends Modal {
|
|||||||
|
|
||||||
this._bottomTableData.clear();
|
this._bottomTableData.clear();
|
||||||
this._bottomTableData.push(resourceArray);
|
this._bottomTableData.push(resourceArray);
|
||||||
if (bottomTableView.isExpanded()) {
|
this._bottomTable.grid.invalidateAllRows();
|
||||||
bottomTableView.setExpanded(false);
|
this._bottomTable.grid.render();
|
||||||
bottomTableView.setExpanded(true);
|
|
||||||
}
|
|
||||||
this._enableTaskButtons(true);
|
this._enableTaskButtons(true);
|
||||||
} else {
|
} else {
|
||||||
this._enableTaskButtons(false);
|
this._enableTaskButtons(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user