1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

Resolve the error on license upload (#10057)

This commit is contained in:
cyprain-okeke
2024-07-11 16:18:48 +01:00
committed by GitHub
parent 99d2ff4bbd
commit a08cbf30d9

View File

@@ -65,7 +65,7 @@ export class PremiumComponent implements OnInit {
} }
} }
submit = async () => { submit = async () => {
if (!this.taxInfoComponent.taxFormGroup.valid && this.taxInfoComponent?.taxFormGroup.touched) { if (!this.taxInfoComponent?.taxFormGroup.valid && this.taxInfoComponent?.taxFormGroup.touched) {
this.taxInfoComponent.taxFormGroup.markAllAsTouched(); this.taxInfoComponent.taxFormGroup.markAllAsTouched();
return; return;
} }