Parcourir la source

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

Fixed issue with team and user picker
Torkel Ödegaard il y a 7 ans
Parent
commit
df0f654da6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,