mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Fix root group name check (#12660)
This commit is contained in:
@@ -37,7 +37,7 @@ export class ConnectionProfileGroup extends Disposable implements IConnectionPro
|
||||
) {
|
||||
super();
|
||||
this.parentId = parent ? parent.id : undefined;
|
||||
if (this.name === ConnectionProfileGroup.RootGroupName) {
|
||||
if (ConnectionProfileGroup.isRoot(this.name)) {
|
||||
this.name = '';
|
||||
this.isRoot = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user