ShortURL: Fix wrong kind in RTK K8S API creation (#112130)

This commit is contained in:
Ezequiel Victorero
2025-10-07 19:22:35 +00:00
committed by GitHub
parent 725a91e9eb
commit 9d60d03d11
+1 -1
View File
@@ -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),