Procházet zdrojové kódy

Fixed issue with team and user picker, fixes #14935

Torkel Ödegaard před 7 roky
rodič
revize
32f917557f

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