diff --git a/public/app/core/components/Select/UserPicker.tsx b/public/app/core/components/Select/UserPicker.tsx index eedbc8da1b9..12c12a8d047 100644 --- a/public/app/core/components/Select/UserPicker.tsx +++ b/public/app/core/components/Select/UserPicker.tsx @@ -3,8 +3,7 @@ import React, { Component } from 'react'; import _ from 'lodash'; // Components -import { LegacyForms } from '@grafana/ui'; -const { AsyncSelect } = LegacyForms; +import { AsyncSelect } from '@grafana/ui'; // Utils & Services import { debounce } from 'lodash'; @@ -66,13 +65,14 @@ export class UserPicker extends Component { return (
'No users found'} + noOptionsMessage="No users found" />
);