mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-31 17:57:43 +01:00
Resolve the error on license upload (#10057)
This commit is contained in:
parent
99d2ff4bbd
commit
a08cbf30d9
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user