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

Merge pull request #14937 from grafana/fixed-teams-user-picker

Fixed issue with team and user picker
Torkel Ödegaard 7 лет назад
Родитель
Сommit
df0f654da6
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,