cloudwatch-logs: use not-deprecated version of type (#56239)

This commit is contained in:
Gábor Farkas 2022-10-05 08:47:57 +02:00 committed by GitHub
parent 5cdc932f8c
commit 3f4bf76324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,