mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
cloudwatch-logs: use not-deprecated version of type (#56239)
This commit is contained in:
parent
5cdc932f8c
commit
3f4bf76324
@ -30,10 +30,10 @@ import {
|
||||
ScopedVars,
|
||||
} from '@grafana/data';
|
||||
import { BackendDataSourceResponse, config, FetchError, FetchResponse, toDataQueryResponse } from '@grafana/runtime';
|
||||
import { RowContextOptions } from '@grafana/ui/src/components/Logs/LogRowContextProvider';
|
||||
import { TimeSrv } from 'app/features/dashboard/services/TimeSrv';
|
||||
import { TemplateSrv } from 'app/features/templating/template_srv';
|
||||
|
||||
import { RowContextOptions } from '../../../../features/logs/components/LogRowContextProvider';
|
||||
import {
|
||||
CloudWatchJsonData,
|
||||
CloudWatchLogsQuery,
|
||||
|
Loading…
Reference in New Issue
Block a user