Validation first Part
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user