mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-25 20:00:34 +03:00
Fix
This commit is contained in:
parent
43e7b2d664
commit
016533b525
@ -320,7 +320,7 @@ export const RecordIndexOptionsDropdownContent = ({
|
||||
Hidden Fields
|
||||
</DropdownMenuHeader>
|
||||
{hiddenRecordFields.length > 0 && (
|
||||
<>
|
||||
<ScrollWrapper contextProviderName="dropdownMenuItemsContainer">
|
||||
<ViewFieldsVisibilityDropdownSection
|
||||
title="Hidden"
|
||||
fields={hiddenRecordFields}
|
||||
@ -329,7 +329,7 @@ export const RecordIndexOptionsDropdownContent = ({
|
||||
showSubheader={false}
|
||||
showDragGrip={false}
|
||||
/>
|
||||
</>
|
||||
</ScrollWrapper>
|
||||
)}
|
||||
<DropdownMenuSeparator />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user