mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51: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)
|
component => isValidBasename(component.value)
|
||||||
)
|
)
|
||||||
.withProps({
|
.withProps({
|
||||||
ariaLabel: constants.projectNamePlaceholderText,
|
ariaLabel: constants.projectNameLabel,
|
||||||
placeHolder: constants.projectNamePlaceholderText,
|
placeHolder: constants.projectNamePlaceholderText,
|
||||||
required: true,
|
required: true,
|
||||||
width: cssStyles.createProjectFromDatabaseTextboxWidth
|
width: cssStyles.createProjectFromDatabaseTextboxWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user