Преглед изворни кода

Fixed issue with team and user picker, fixes #14935

Torkel Ödegaard пре 7 година
родитељ
комит
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"
         classNamePrefix="gf-form-select-box"
         className={selectClassNames}
         className={selectClassNames}
         components={{
         components={{
-          Option,
+          Option: SelectOption,
           SingleValue,
           SingleValue,
           IndicatorsContainer,
           IndicatorsContainer,
           NoOptionsMessage,
           NoOptionsMessage,