mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
Plugin Extension: use correct PluginExtensionAddedLinkConfig
component in deprecation note (#94708)
This commit is contained in:
parent
22a3c9976f
commit
9adba8537f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user