mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugin Extension: use correct PluginExtensionAddedLinkConfig component in deprecation note (#94708)
This commit is contained in:
@@ -223,7 +223,7 @@ type Dashboard = {
|
||||
|
||||
// deprecated types
|
||||
|
||||
/** @deprecated - use PluginAddedComponentConfig instead */
|
||||
/** @deprecated - use PluginExtensionAddedLinkConfig instead */
|
||||
export type PluginExtensionLinkConfig<Context extends object = object> = {
|
||||
type: PluginExtensionTypes.link;
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user