Fix validation clearing for new project selection (#5301)

This commit is contained in:
Thomas Avery 2023-04-28 16:59:19 -05:00 committed by GitHub
parent 671a9115bb
commit 3c42178c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export class SecretDialogComponent implements OnInit {
this.formGroup.get("newProjectName").clearValidators();
}
this.formGroup.updateValueAndValidity();
this.formGroup.get("newProjectName").updateValueAndValidity();
}
get title() {