mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Azure auth update select and input to not use legacy components (#78774)
update select and input to not use legacy components
This commit is contained in:
parent
f53839e4fd
commit
ff7dd17c56
@ -3,9 +3,7 @@ import React, { ChangeEvent, useEffect, useMemo, useReducer, useState } from 're
|
||||
|
||||
import { SelectableValue } from '@grafana/data';
|
||||
import { config } from '@grafana/runtime';
|
||||
import { InlineFormLabel, Button } from '@grafana/ui/src/components';
|
||||
import { Input } from '@grafana/ui/src/components/Forms/Legacy/Input/Input';
|
||||
import { Select } from '@grafana/ui/src/components/Forms/Legacy/Select/Select';
|
||||
import { InlineFormLabel, Button, Select, Input } from '@grafana/ui';
|
||||
|
||||
import { AzureAuthType, AzureCredentials, isCredentialsComplete } from './AzureCredentials';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user