From 6d532419cc248cdfa0cc7b3269d3a1ea6a6d4ddb Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Tue, 21 Dec 2021 18:52:31 +0530 Subject: [PATCH] removed deprecated description from the plugin Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts | 1 - plugins/newrelic-dashboard/src/types/DashboardEntity.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts b/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts index 60e5997c3d..48c7a44c3a 100644 --- a/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts +++ b/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts @@ -31,7 +31,6 @@ export interface SnapshotDetailsSummary { } export const newRelicDashboardApiRef = createApiRef({ id: 'plugin.newrelicdashboard.service', - description: 'Used by the New Relic Dashboard plugin to make requests', }); export type NewRelicDashboardApi = { diff --git a/plugins/newrelic-dashboard/src/types/DashboardEntity.ts b/plugins/newrelic-dashboard/src/types/DashboardEntity.ts index 81f82530ce..78a1b7913d 100644 --- a/plugins/newrelic-dashboard/src/types/DashboardEntity.ts +++ b/plugins/newrelic-dashboard/src/types/DashboardEntity.ts @@ -19,7 +19,7 @@ export type DashboardEntity = { actor: { entitySearch: { results: { - entities: [ResultEntity]; + entities: Array; }; }; };