Web: Components: fixed link-with-dropdown maxHeight prop

This commit is contained in:
Nikita Gopienko 2020-09-10 16:34:01 +03:00
parent 6a219488e9
commit e4c359617f

View File

@ -208,7 +208,6 @@ class LinkWithDropdown extends React.Component {
open={this.state.isOpen}
withArrow={false}
clickOutsideAction={this.onClose}
maxHeight={200}
{...rest}
>
{data.map(item => (