Fixed issue with team and user picker, fixes #14935

This commit is contained in:
Torkel Ödegaard 2019-01-17 18:03:46 +01:00
parent dfe1b20f3d
commit 32f917557f

View File

@ -202,7 +202,7 @@ export class AsyncSelect extends PureComponent<CommonProps & AsyncProps> {
classNamePrefix="gf-form-select-box"
className={selectClassNames}
components={{
Option,
Option: SelectOption,
SingleValue,
IndicatorsContainer,
NoOptionsMessage,