mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Strict nulls check contrib/queryplan (#11917)
* remove angular query pla neditor and replace with non-angular version; strict null check contrib/queryPlan * fix compile
This commit is contained in:
@@ -300,8 +300,8 @@ export class QueryResultsView extends Disposable {
|
||||
this.dynamicModelViewTabs.forEach(t => t.clear());
|
||||
|
||||
this.resultsTab.view.state = this.input.state.gridPanelState;
|
||||
this.qpTab.view.state = this.input.state.queryPlanState;
|
||||
this.topOperationsTab.view.state = this.input.state.topOperationsState;
|
||||
this.qpTab.view.setState(this.input.state.queryPlanState);
|
||||
this.topOperationsTab.view.setState(this.input.state.topOperationsState);
|
||||
this.chartTab.view.state = this.input.state.chartState;
|
||||
this.dynamicModelViewTabs.forEach((dynamicTab: QueryModelViewTab) => {
|
||||
dynamicTab.captureState(this.input.state.dynamicModelViewTabsState);
|
||||
|
||||
Reference in New Issue
Block a user