mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Add required property in missing places in sql projects (#22253)
* add required property for missing places in sql projects * remove comma
This commit is contained in:
@@ -330,7 +330,8 @@ export class CreateProjectFromDatabaseDialog {
|
||||
value: '',
|
||||
ariaLabel: constants.location,
|
||||
placeHolder: constants.projectLocationPlaceholderText,
|
||||
width: cssStyles.createProjectFromDatabaseTextboxWidth
|
||||
width: cssStyles.createProjectFromDatabaseTextboxWidth,
|
||||
required: true
|
||||
}).component();
|
||||
|
||||
this.projectLocationTextBox.onTextChanged(() => {
|
||||
|
||||
Reference in New Issue
Block a user