set initial target db name (#17801)

This commit is contained in:
brian-harris
2021-12-03 10:58:17 -08:00
committed by GitHub
parent a3faff2738
commit f9e1f38393
4 changed files with 7 additions and 7 deletions

View File

@@ -504,7 +504,7 @@ export class IntergrationRuntimePage extends MigrationWizardPage {
]
];
this._authKeyTable.dataValues = data;
await this._authKeyTable.setDataValues(data);
}
} catch (e) {
console.log(e);