mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Removed parent override (#22648)
This commit is contained in:
@@ -126,8 +126,6 @@ export class ConnectionProfileGroup extends Disposable implements IConnectionPro
|
||||
public getChildren(): (ConnectionProfile | ConnectionProfileGroup)[] {
|
||||
let allChildren: (ConnectionProfile | ConnectionProfileGroup)[] = [];
|
||||
this._childConnections.forEach((conn) => {
|
||||
conn.parent = this;
|
||||
conn.groupId = this.id;
|
||||
allChildren.push(conn);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user