mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Fix validation clearing for new project selection (#5301)
This commit is contained in:
@@ -144,7 +144,7 @@ export class SecretDialogComponent implements OnInit {
|
||||
this.formGroup.get("newProjectName").clearValidators();
|
||||
}
|
||||
|
||||
this.formGroup.updateValueAndValidity();
|
||||
this.formGroup.get("newProjectName").updateValueAndValidity();
|
||||
}
|
||||
|
||||
get title() {
|
||||
|
||||
Reference in New Issue
Block a user