diff --git a/public/app/core/utils/shortLinks.ts b/public/app/core/utils/shortLinks.ts index eeaceaa298f..9872d7f7237 100644 --- a/public/app/core/utils/shortLinks.ts +++ b/public/app/core/utils/shortLinks.ts @@ -49,7 +49,7 @@ export const createShortLink = async function (path: string) { generatedAPI.endpoints.createShortUrl.initiate({ shortUrl: { apiVersion: 'shorturl.grafana.app/v1alpha1', - kind: 'Playlist', + kind: 'ShortURL', metadata: {}, spec: { path: getRelativeURLPath(path),