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