Fix scroll wrapper (#8349)
Fixed scroll wrapper with conditionnal rendering
This commit is contained in:
@ -179,8 +179,8 @@ export const ObjectFilterDropdownOptionSelect = () => {
|
||||
/>
|
||||
))}
|
||||
</DropdownMenuItemsContainer>
|
||||
{showNoResult && <MenuItem text="No result" />}
|
||||
</ScrollWrapper>
|
||||
{showNoResult && <MenuItem text="No result" />}
|
||||
</SelectableList>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user