fix: Minor bug in column scroll in mobile viewport (#7448)
> [!Note] > - This PR fixes #7447 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -36,7 +36,7 @@ const meta: Meta<typeof EventRowMainObjectUpdated> = {
|
||||
},
|
||||
} as TimelineActivity,
|
||||
mainObjectMetadataItem: generatedMockObjectMetadataItems.find(
|
||||
(item) => item.namePlural === 'person',
|
||||
(item) => item.nameSingular === 'person',
|
||||
),
|
||||
},
|
||||
decorators: [
|
||||
|
||||
Reference in New Issue
Block a user