mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 04:40:30 -04:00
This commit is contained in:
@@ -235,7 +235,8 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
||||
}
|
||||
let params = {
|
||||
connectionType: ConnectionType.default,
|
||||
isEditConnection: true
|
||||
isEditConnection: true,
|
||||
oldProfileId: model.id
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user