fixed issue Display field name on Kanbans & Shows (#3427)

* fixed issue Display field name on Kanbans & Shows

* Fixes according to review

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Irfan K
2024-01-17 18:30:51 +05:30
committed by GitHub
parent 96d990e275
commit 5d4e226aad
6 changed files with 38 additions and 17 deletions

View File

@ -268,6 +268,8 @@ export const RecordShowPage = () => {
field: fieldMetadataItem,
position: index,
objectMetadataItem,
showLabel: true,
labelWidth: 90,
}),
useUpdateRecord: useUpdateOneObjectRecordMutation,
hotkeyScope: InlineCellHotkeyScope.InlineCell,