Remove singular/plural from field-metadata (#2085)
* Remove singular/plural from field-metadata * revert removing id from create input * remove console log * remove console log * codegen * missing files * fix tests
This commit is contained in:
@ -45,13 +45,10 @@ export const useSeedCustomObjectsTemp = () => {
|
||||
input: {
|
||||
field: {
|
||||
objectId: supplierObjectId,
|
||||
labelSingular: 'Name',
|
||||
nameSingular: 'name',
|
||||
label: 'Name',
|
||||
name: 'name',
|
||||
type: 'text',
|
||||
description: 'Name',
|
||||
labelPlural: 'Names',
|
||||
namePlural: 'names',
|
||||
placeholder: 'Name',
|
||||
icon: 'IconBuilding',
|
||||
},
|
||||
},
|
||||
@ -67,13 +64,10 @@ export const useSeedCustomObjectsTemp = () => {
|
||||
input: {
|
||||
field: {
|
||||
objectId: supplierObjectId,
|
||||
labelSingular: 'City',
|
||||
nameSingular: 'city',
|
||||
label: 'City',
|
||||
name: 'city',
|
||||
type: 'text',
|
||||
description: 'City',
|
||||
labelPlural: 'Cities',
|
||||
namePlural: 'cities',
|
||||
placeholder: 'City',
|
||||
icon: 'IconMap',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user