Validation first Part

This commit is contained in:
2024-07-30 23:23:25 +02:00
parent 55e800009e
commit 2955c034a0
11 changed files with 206 additions and 354 deletions

View File

@@ -74,7 +74,7 @@ export class EditBusinessListingComponent {
}
});
this.typesOfBusiness = selectOptions.typesOfBusiness.map(e => {
return { name: e.name, value: parseInt(e.value) };
return { name: e.name, value: e.value };
});
}
async ngOnInit() {