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:
Harshit Singh
2024-10-05 15:16:35 +05:30
committed by GitHub
parent 4d67787fa2
commit 967e04fde3
7 changed files with 16 additions and 19 deletions

View File

@ -36,7 +36,7 @@ const meta: Meta<typeof EventRowMainObjectUpdated> = {
},
} as TimelineActivity,
mainObjectMetadataItem: generatedMockObjectMetadataItems.find(
(item) => item.namePlural === 'person',
(item) => item.nameSingular === 'person',
),
},
decorators: [