mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
updated per suggestion
This commit is contained in:
parent
b892d5dc1f
commit
4c09b8aabf
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ const DropdownInputHybrid = <T extends OptionType = OptionType>(props: Props<T>)
|
|||
placeholder={focused ? '' : formatAsString(intl.formatMessage, placeholder)}
|
||||
components={{
|
||||
IndicatorsContainer,
|
||||
Option: Option as unknown as React.ComponentType<OptionProps<T, false, GroupBase<T>>>,
|
||||
Option,
|
||||
Control,
|
||||
}}
|
||||
className={classNames('Input', className, {Input__focus: showLegend})}
|
||||
|
|
|
|||
Loading…
Reference in a new issue