1
0
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:
cyprain-okeke
2025-03-31 15:10:36 +01:00
committed by GitHub
parent 740d0251b8
commit 646c7198aa

View File

@@ -733,6 +733,7 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
submit = async () => {
if (this.taxComponent !== undefined && !this.taxComponent.validate()) {
this.taxComponent.markAllAsTouched();
return;
}