Remove unneeded validation error messages (#14531)

This commit is contained in:
Charles Gagnon
2021-03-04 09:50:57 -08:00
committed by GitHub
parent 8c04266ff4
commit 9c886dd80a
6 changed files with 3 additions and 27 deletions

View File

@@ -249,8 +249,7 @@ export class CreateProjectFromDatabaseDialog {
ariaLabel: constants.projectNamePlaceholderText,
placeHolder: constants.projectNamePlaceholderText,
required: true,
width: cssStyles.createProjectFromDatabaseTextboxWidth,
validationErrorMessage: constants.projectNameRequired
width: cssStyles.createProjectFromDatabaseTextboxWidth
}).component();
this.projectNameTextBox.onTextChanged(() => {
@@ -278,8 +277,7 @@ export class CreateProjectFromDatabaseDialog {
value: '',
ariaLabel: constants.projectLocationLabel,
placeHolder: constants.projectLocationPlaceholderText,
width: cssStyles.createProjectFromDatabaseTextboxWidth,
validationErrorMessage: constants.projectLocationRequired
width: cssStyles.createProjectFromDatabaseTextboxWidth
}).component();
this.projectLocationTextBox.onTextChanged(() => {