From 3f4bf76324150f78bc03e084bd386bc472f92d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Wed, 5 Oct 2022 08:47:57 +0200 Subject: [PATCH] cloudwatch-logs: use not-deprecated version of type (#56239) --- .../cloudwatch/query-runner/CloudWatchLogsQueryRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchLogsQueryRunner.ts b/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchLogsQueryRunner.ts index b470790eb78..2596de7441f 100644 --- a/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchLogsQueryRunner.ts +++ b/public/app/plugins/datasource/cloudwatch/query-runner/CloudWatchLogsQueryRunner.ts @@ -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,