Implement select v1 (#3312)
* Implement select v1 * Implement select v1
This commit is contained in:
@ -28,6 +28,7 @@ export const useMapFieldMetadataToGraphQLQuery = () => {
|
||||
'EMAIL',
|
||||
'NUMBER',
|
||||
'BOOLEAN',
|
||||
'SELECT',
|
||||
] as FieldType[]
|
||||
).includes(fieldType);
|
||||
|
||||
|
||||
@ -40,6 +40,7 @@ export const formatFieldMetadataItemAsColumnDefinition = ({
|
||||
relationObjectMetadataNamePlural:
|
||||
relationObjectMetadataItem?.namePlural ?? '',
|
||||
objectMetadataNameSingular: objectMetadataItem.nameSingular ?? '',
|
||||
options: field.options,
|
||||
},
|
||||
iconName: field.icon ?? 'Icon123',
|
||||
isVisible: true,
|
||||
|
||||
Reference in New Issue
Block a user