Plugin Extension: use correct PluginExtensionAddedLinkConfig component in deprecation note (#94708)

This commit is contained in:
Sven Grossmann 2024-10-15 13:58:09 +02:00 committed by GitHub
parent 22a3c9976f
commit 9adba8537f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;