mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
Fixed the migration controller typos in typing (#14068)
This commit is contained in:
@@ -418,7 +418,7 @@ export class CreateMigrationControllerDialog {
|
||||
const region = (this.migrationControllerRegionDropdown.value as azdata.CategoryValue).name;
|
||||
const controllerStatus = await getMigrationController(this.migrationStateModel.azureAccount, subscription, resourceGroup, region, this.migrationStateModel.migrationController!.name);
|
||||
if (controllerStatus) {
|
||||
const state = controllerStatus.properties.integrationRunTimeState;
|
||||
const state = controllerStatus.properties.integrationRuntimeState;
|
||||
|
||||
if (state === 'Online') {
|
||||
this._connectionStatus.value = constants.CONTRLLER_READY(this.migrationStateModel.migrationController!.name, os.hostname());
|
||||
|
||||
Reference in New Issue
Block a user