## Issue - Closes #11078 - **visual regression** from PR - #9159 that likely might have break visuals in several other places.
This commit is contained in:
@ -240,7 +240,7 @@ export const ObjectSortDropdownButton = ({
|
||||
setObjectSortDropdownSearchInput(event.target.value)
|
||||
}
|
||||
/>
|
||||
<DropdownMenuItemsContainer>
|
||||
<DropdownMenuItemsContainer scrollable={false}>
|
||||
{visibleFieldMetadataItems.map(
|
||||
(visibleFieldMetadataItem, index) => (
|
||||
<MenuItem
|
||||
|
||||
Reference in New Issue
Block a user