mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 17:52:34 -05:00
Replace the ID of the generated connection profile with the one through edit data (#10413)
This commit is contained in:
@@ -328,6 +328,7 @@ export interface INewConnectionParams {
|
||||
showDashboard?: boolean;
|
||||
providers?: string[];
|
||||
isEditConnection?: boolean;
|
||||
oldProfileId?: string; // used for edit connection
|
||||
}
|
||||
|
||||
export interface IConnectableInput {
|
||||
|
||||
Reference in New Issue
Block a user