mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
@@ -37,7 +37,7 @@ export class ConnectionProfileGroup extends Disposable implements IConnectionPro
|
|||||||
) {
|
) {
|
||||||
super();
|
super();
|
||||||
this.parentId = parent ? parent.id : undefined;
|
this.parentId = parent ? parent.id : undefined;
|
||||||
if (this.name === ConnectionProfileGroup.RootGroupName) {
|
if (ConnectionProfileGroup.isRoot(this.name)) {
|
||||||
this.name = '';
|
this.name = '';
|
||||||
this.isRoot = true;
|
this.isRoot = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user