mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 05:24:04 +03:00
Fix companyId should be nullable on person standard object
This commit is contained in:
parent
024156cd52
commit
5988891f5e
@ -114,6 +114,7 @@ export class PersonObjectMetadata extends BaseObjectMetadata {
|
||||
icon: 'IconBuildingSkyscraper',
|
||||
joinColumn: 'companyId',
|
||||
})
|
||||
@IsNullable()
|
||||
company: CompanyObjectMetadata;
|
||||
|
||||
@FieldMetadata({
|
||||
|
Loading…
Reference in New Issue
Block a user