From ea8d17009f36a5d9db9833393ec246eb5cb8fb8e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 4 Apr 2023 07:40:19 -0500 Subject: [PATCH] [v9.5.x] PluginExtensions: Fixed issue with incorrect type being exposed when configuring an extension (#65914) PluginExtensions: Fixed issue with incorrect type being exposed when configuring an extension (#65910) Fixed issue with wrong type required in configureExtensionLink (cherry picked from commit 68796a9f3190e807ebef8ee6cf34fb2a5c5e81dd) Co-authored-by: Marcus Andersson --- packages/grafana-data/src/types/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-data/src/types/app.ts b/packages/grafana-data/src/types/app.ts index f3ff6eafda9..f62b98ccca9 100644 --- a/packages/grafana-data/src/types/app.ts +++ b/packages/grafana-data/src/types/app.ts @@ -97,7 +97,7 @@ export class AppPlugin extends GrafanaPlugin(extension: Exclude, 'type'>) { + configureExtensionLink(extension: Omit, 'type'>) { this._extensionConfigs.push({ ...extension, type: PluginExtensionTypes.link,