mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
Remove disposable from connection (#22687)
* Remove disposable from connection * Remove from group
This commit is contained in:
@@ -420,7 +420,6 @@ export class ServerTreeView extends Disposable implements IServerTreeView {
|
||||
if (profile) {
|
||||
newProfile = profile;
|
||||
}
|
||||
groups.forEach(group => group.dispose());
|
||||
}
|
||||
|
||||
const currentSelections = this._tree!.getSelection();
|
||||
|
||||
Reference in New Issue
Block a user