mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
not needed prop removed
This commit is contained in:
parent
98ecbbbdef
commit
052e81a4df
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue