not needed prop removed

This commit is contained in:
svetlagasheva 2020-02-14 12:09:44 +02:00
parent 98ecbbbdef
commit 052e81a4df

View file

@ -55,7 +55,6 @@ const Discover = ({ urlParams, queryParams }) => {
{selectInputs.map(({ title, options, selected, renderLabelText, onSelect }, index) => (
<Multiselect
key={index}
modalSelects={false}
className={styles['select-input-container']}
title={title}
options={options}