Skip to content

Commit 8178d92

Browse files
authored
Update ShareModal.tsx
1 parent b0ead24 commit 8178d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/app/features/playlist/ShareModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export const ShareModal = ({ playlistUid, onDismiss }: Props) => {
2424

2525
const params: UrlQueryMap = {};
2626
if (mode) {
27-
params.kiosk = mode;
28-
}
27+
params.kiosk = mode.toString(); // LOGZ.IO GRAFANA CHANGE :: DEV-42761 fix playlist sharing url
28+
}
2929
if (autoFit) {
3030
params.autofitpanels = true;
3131
}

0 commit comments

Comments
 (0)