From 9adba8537f704b3dd8d773c40671c2497e56fd61 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Tue, 15 Oct 2024 13:58:09 +0200 Subject: [PATCH] Plugin Extension: use correct `PluginExtensionAddedLinkConfig` component in deprecation note (#94708) --- packages/grafana-data/src/types/pluginExtensions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-data/src/types/pluginExtensions.ts b/packages/grafana-data/src/types/pluginExtensions.ts index 54c1170681f..d9e53bb1a7b 100644 --- a/packages/grafana-data/src/types/pluginExtensions.ts +++ b/packages/grafana-data/src/types/pluginExtensions.ts @@ -223,7 +223,7 @@ type Dashboard = { // deprecated types -/** @deprecated - use PluginAddedComponentConfig instead */ +/** @deprecated - use PluginExtensionAddedLinkConfig instead */ export type PluginExtensionLinkConfig = { type: PluginExtensionTypes.link; title: string;