added arialabel for SqlMigration Service Name InputBox (#24286)

This commit is contained in:
Ritik Kumar
2023-09-18 11:37:00 +05:30
committed by GitHub
parent a73929e5e7
commit fda050e667

View File

@@ -311,6 +311,7 @@ export class CreateSqlMigrationServiceDialog {
}));
this.migrationServiceNameText = this._view.modelBuilder.inputBox().withProps({
ariaLabel: constants.NAME,
CSSStyles: {
'margin-top': '-1em'
}