mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Some general cleanup/fixes for Arc dashboards (#11066)
* Some general cleanup/fixes for Arc dashboards * more disposables * refresh controller model for miaa dashboard too * fixes
This commit is contained in:
@@ -21,8 +21,6 @@ export class MiaaTreeNode extends TreeNode {
|
||||
|
||||
public async openDashboard(): Promise<void> {
|
||||
const miaaDashboard = new MiaaDashboard(this._controllerModel, this.model);
|
||||
await Promise.all([
|
||||
miaaDashboard.showDashboard(),
|
||||
this.model.refresh()]);
|
||||
await miaaDashboard.showDashboard();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user