mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -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.push(resourceArray);
|
||||
if (bottomTableView.isExpanded()) {
|
||||
bottomTableView.setExpanded(false);
|
||||
bottomTableView.setExpanded(true);
|
||||
}
|
||||
this._bottomTable.grid.invalidateAllRows();
|
||||
this._bottomTable.grid.render();
|
||||
this._enableTaskButtons(true);
|
||||
} else {
|
||||
this._enableTaskButtons(false);
|
||||
|
||||
Reference in New Issue
Block a user