mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
fixed bug where drag and drop would break scripting (#369)
This commit is contained in:
@@ -953,7 +953,6 @@ export class ConnectionManagementService implements IConnectionManagementService
|
||||
return this._connectionStore.changeGroupIdForConnection(source, targetGroupId).then(result => {
|
||||
if (id && targetGroupId) {
|
||||
source.groupId = targetGroupId;
|
||||
this._connectionStatusManager.updateConnectionProfile(source, id);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user