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:
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ export const companyPrefillDemoData = async (
|
||||
.into(`${schemaName}.company`, [
|
||||
'name',
|
||||
'domainName',
|
||||
'addressAddressCity',
|
||||
'address',
|
||||
'employees',
|
||||
'linkedinLinkUrl',
|
||||
'position',
|
||||
|
||||
Reference in New Issue
Block a user