Просмотр исходного кода

Fixed issue with team and user picker, fixes #14935

Torkel Ödegaard 7 лет назад
Родитель
Сommit
32f917557f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/grafana-ui/src/components/Select/Select.tsx

+ 1 - 1
packages/grafana-ui/src/components/Select/Select.tsx

@@ -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,