mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
fix aria label for name input box in create project from db dialog (#22449)
This commit is contained in:
@@ -294,7 +294,7 @@ export class CreateProjectFromDatabaseDialog {
|
||||
component => isValidBasename(component.value)
|
||||
)
|
||||
.withProps({
|
||||
ariaLabel: constants.projectNamePlaceholderText,
|
||||
ariaLabel: constants.projectNameLabel,
|
||||
placeHolder: constants.projectNamePlaceholderText,
|
||||
required: true,
|
||||
width: cssStyles.createProjectFromDatabaseTextboxWidth
|
||||
|
||||
Reference in New Issue
Block a user