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 () => {
|
||||
if (!this.taxInfoComponent.taxFormGroup.valid && this.taxInfoComponent?.taxFormGroup.touched) {
|
||||
if (!this.taxInfoComponent?.taxFormGroup.valid && this.taxInfoComponent?.taxFormGroup.touched) {
|
||||
this.taxInfoComponent.taxFormGroup.markAllAsTouched();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue