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

Fixed issue with team and user picker
This commit is contained in:
Torkel Ödegaard 2019-01-17 18:41:04 +01:00 committed by GitHub
commit df0f654da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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