mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Changes to add validation (#13762)
This commit is contained in:
@@ -733,6 +733,7 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
||||
|
||||
submit = async () => {
|
||||
if (this.taxComponent !== undefined && !this.taxComponent.validate()) {
|
||||
this.taxComponent.markAllAsTouched();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user