506ac01cda
continuous-integration/drone/push Build is passing
- Modified CompanyForm fields (RegistrationNumber, TaxID, Industry) to be optional, allowing for more flexible company creation. - Updated the Create method in company service to check for existing companies by registration number and tax ID only if provided, improving error handling and user experience during company creation. This update enhances the company creation process by allowing optional fields while ensuring that existing company checks are performed only when necessary.