Revert company address field type (#4737)
## Context A new ADDRESS field type has been introduced and the company object has been updated to use this new type however this introduced a few regressions. The good strategy would be to introduce a new field and rename the old one. This PR revert that change to fix the issue.
This commit is contained in:
@ -51,7 +51,7 @@ export class CompanyObjectMetadata extends BaseObjectMetadata {
|
||||
|
||||
@FieldMetadata({
|
||||
standardId: companyStandardFieldIds.address,
|
||||
type: FieldMetadataType.ADDRESS,
|
||||
type: FieldMetadataType.TEXT,
|
||||
label: 'Address',
|
||||
description: 'The company address',
|
||||
icon: 'IconMap',
|
||||
|
||||
Reference in New Issue
Block a user