diff --git a/webapp/channels/src/components/widgets/inputs/dropdown_input_hybrid.tsx b/webapp/channels/src/components/widgets/inputs/dropdown_input_hybrid.tsx index e445984c4d2..95a17787f7d 100644 --- a/webapp/channels/src/components/widgets/inputs/dropdown_input_hybrid.tsx +++ b/webapp/channels/src/components/widgets/inputs/dropdown_input_hybrid.tsx @@ -233,7 +233,7 @@ const DropdownInputHybrid = (props: Props) placeholder={focused ? '' : formatAsString(intl.formatMessage, placeholder)} components={{ IndicatorsContainer, - Option: Option as unknown as React.ComponentType>>, + Option, Control, }} className={classNames('Input', className, {Input__focus: showLegend})}