Revert "Convert metadata tables to camelCase" (#2419)
Revert "Convert metadata tables to camelCase (#2400)"
This reverts commit 1cf08c797f.
This commit is contained in:
@ -93,11 +93,10 @@ export const CompanyShow = () => {
|
||||
{companyShowFieldDefinitions.map((fieldDefinition) => {
|
||||
return (
|
||||
<FieldContext.Provider
|
||||
key={company.id + fieldDefinition.fieldMetadataId}
|
||||
key={company.id + fieldDefinition.fieldId}
|
||||
value={{
|
||||
entityId: company.id,
|
||||
recoilScopeId:
|
||||
company.id + fieldDefinition.fieldMetadataId,
|
||||
recoilScopeId: company.id + fieldDefinition.fieldId,
|
||||
fieldDefinition,
|
||||
useUpdateEntityMutation: useUpdateOneCompanyMutation,
|
||||
hotkeyScope: InlineCellHotkeyScope.InlineCell,
|
||||
|
||||
Reference in New Issue
Block a user