From 598da14d8835b30fe48a2b28b2a1ebba00bf1148 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Wed, 19 Oct 2022 11:58:16 +0200 Subject: [PATCH] disable double stringify (#57243) --- public/app/features/logs/components/LogRowMessage.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/app/features/logs/components/LogRowMessage.tsx b/public/app/features/logs/components/LogRowMessage.tsx index f94c7467d7f..cad836d24c0 100644 --- a/public/app/features/logs/components/LogRowMessage.tsx +++ b/public/app/features/logs/components/LogRowMessage.tsx @@ -207,11 +207,7 @@ class UnThemedLogRowMessage extends PureComponent { )} - navigator.clipboard.writeText(JSON.stringify(restructuredEntry))} - /> + navigator.clipboard.writeText(restructuredEntry)} />