Fixed: Inconsistent Field Label Display on Task Side Panel (#5687)

Now all the required fields are displayed with the respective labels.

- Added a `FieldContextProvider` for the field `Reminder` in the
`ActivityEditorFields`.
- Fixed the missing label values, by adding a missed optional
`showLabel` within the `fieldDefinition` in the `useFieldContext`.

fixes: #5667 

![Screenshot
(342)](https://github.com/twentyhq/twenty/assets/140178357/adf9563a-6cab-4809-8616-1c256abab717)
This commit is contained in:
Shashank Vishwakarma
2024-06-03 19:28:58 +05:30
committed by GitHub
parent 2886664b62
commit 04dcbffe75
2 changed files with 18 additions and 3 deletions

View File

@ -69,6 +69,7 @@ export const useFieldContext = ({
isLabelIdentifier,
fieldDefinition: formatFieldMetadataItemAsColumnDefinition({
field: fieldMetadataItem,
showLabel: true,
position: fieldPosition,
objectMetadataItem,
}),