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:
Weiko
2024-04-02 11:11:14 +02:00
committed by GitHub
parent dc8ab5d95a
commit a3a15957f4
4 changed files with 616 additions and 602 deletions

View File

@ -12,7 +12,7 @@ export const companyPrefillDemoData = async (
.into(`${schemaName}.company`, [
'name',
'domainName',
'addressAddressCity',
'address',
'employees',
'linkedinLinkUrl',
'position',