mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 20:13:21 +03:00
Fix scroll wrapper (#8349)
Fixed scroll wrapper with conditionnal rendering
This commit is contained in:
parent
2d6b239da4
commit
e36363fe15
@ -179,8 +179,8 @@ export const ObjectFilterDropdownOptionSelect = () => {
|
||||
/>
|
||||
))}
|
||||
</DropdownMenuItemsContainer>
|
||||
{showNoResult && <MenuItem text="No result" />}
|
||||
</ScrollWrapper>
|
||||
{showNoResult && <MenuItem text="No result" />}
|
||||
</SelectableList>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user