mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
fix tree component and update sqlservices (#13968)
This commit is contained in:
@@ -157,7 +157,9 @@ export default class TreeComponent extends ComponentBase<azdata.TreeProperties>
|
||||
|
||||
public setProperties(properties: { [key: string]: any; }): void {
|
||||
super.setProperties(properties);
|
||||
this._treeRenderer.options.withCheckbox = this.withCheckbox;
|
||||
if (this._treeRenderer) {
|
||||
this._treeRenderer.options.withCheckbox = this.withCheckbox;
|
||||
}
|
||||
}
|
||||
|
||||
public get withCheckbox(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user