mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Stop OE connection spinner when user closes connection dialog (#2777)
This commit is contained in:
@@ -175,6 +175,9 @@ export class EditDataInput extends EditorInput implements IConnectableInput {
|
||||
}
|
||||
}
|
||||
|
||||
public onConnectCanceled(): void {
|
||||
}
|
||||
|
||||
public onConnectSuccess(params?: INewConnectionParams): void {
|
||||
let rowLimit: number = undefined;
|
||||
let queryString: string = undefined;
|
||||
|
||||
Reference in New Issue
Block a user