ShortURL: Fix wrong kind in RTK K8S API creation (#112130)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user