You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-12 23:50:27 +02:00
Fixed ValueSelector after merge with main.
This commit is contained in:
@ -165,7 +165,6 @@ function ValueSelector(props: Props): JSX.Element {
|
||||
captureMenuScroll={true}
|
||||
maxMenuHeight={1200}
|
||||
isMulti={props.isMulti}
|
||||
menuIsOpen={true}
|
||||
isClearable={true}
|
||||
styles={valueSelectorStyle}
|
||||
formatOptionLabel={(option: IPropertyOption, meta: FormatOptionLabelMeta<IPropertyOption>) => (
|
||||
|
Reference in New Issue
Block a user