From a0bf0cbe7af5d75f581e41cc6b5063ed687fdca4 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Thu, 16 Dec 2021 23:57:58 +0530 Subject: [PATCH] updated api-report Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/api-report.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/newrelic-dashboard/api-report.md b/plugins/newrelic-dashboard/api-report.md index a6fe365c9b..c3b197c027 100644 --- a/plugins/newrelic-dashboard/api-report.md +++ b/plugins/newrelic-dashboard/api-report.md @@ -12,9 +12,7 @@ import { RouteRef } from '@backstage/core-plugin-api'; // Warning: (ae-missing-release-tag) "EntityNewRelicDashboard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) -export const EntityNewRelicDashboard: (_props: { - entity?: Entity | undefined; -}) => JSX.Element; +export const EntityNewRelicDashboard: () => JSX.Element; // Warning: (ae-missing-release-tag) "EntityPageNewRelicDashboard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) //