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:
Brendan O'Handley 2023-11-29 05:29:52 -05:00 committed by GitHub
parent f53839e4fd
commit ff7dd17c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';