Commit df0f654d by Torkel Ödegaard Committed by GitHub

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

Fixed issue with team and user picker
parents dce180e8 32f91755
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment