From 46abef7800186749d0c89869d7e2e907f910f39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Tue, 11 May 2021 10:06:40 +0200 Subject: [PATCH] Loki: fix label browser crashing when + typed (#33900) --- .../app/plugins/datasource/loki/components/LokiLabel.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/loki/components/LokiLabel.tsx b/public/app/plugins/datasource/loki/components/LokiLabel.tsx index 54446abb185..4340740d92c 100644 --- a/public/app/plugins/datasource/loki/components/LokiLabel.tsx +++ b/public/app/plugins/datasource/loki/components/LokiLabel.tsx @@ -56,7 +56,12 @@ export const LokiLabel = forwardRef( )} {...rest} > - + ); }