Refactored useFindOneObjectMetadataItem and useFindManyObjectMetadataItems (#2600)

* Refactored useFindOneObjectMetadataItem and useFindManyObjectMetadataItems to rely on a recoil family selector

* Removed console.log

* Cleaned

* Removed unused hook

* Fixed seeds
This commit is contained in:
Lucas Bordeau
2023-11-20 16:34:06 +01:00
committed by GitHub
parent 3ad30a0498
commit 189586830e
44 changed files with 190 additions and 239 deletions

View File

@ -128,7 +128,7 @@ const personMetadata = {
targetColumnMap: {},
description: 'Contacts company',
icon: 'IconBuildingSkyscraper',
isNullable: false,
isNullable: true,
isSystem: false,
},
{
@ -140,7 +140,7 @@ const personMetadata = {
targetColumnMap: {},
description: 'Foreign key for company',
icon: undefined,
isNullable: false,
isNullable: true,
isSystem: true,
},
{