New behavior for editable fields (#1300)
* New behavior for editable fields * fix * fix * fix coverage * Add tests on NotFound * fix * fix --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -36,6 +36,7 @@ export function ActivityRelationEditableField({ activity }: OwnProps) {
|
||||
displayModeContent={
|
||||
<ActivityTargetChips targets={activity?.activityTargets} />
|
||||
}
|
||||
isDisplayModeContentEmpty={activity?.activityTargets?.length === 0}
|
||||
/>
|
||||
</RecoilScope>
|
||||
</RecoilScope>
|
||||
|
||||
Reference in New Issue
Block a user