From 240480ac9bfe90b3bcae2404f3b77c4814a656a2 Mon Sep 17 00:00:00 2001 From: ismail simsek Date: Fri, 23 Feb 2024 22:57:12 +0100 Subject: [PATCH] Chore: Add a key prop to warning component to prevent "should have a unique key prop" error (#83340) add a key prop to prevent "should have a unique key prop" warning/error on the browser console --- public/app/features/query/components/QueryEditorRow.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/query/components/QueryEditorRow.tsx b/public/app/features/query/components/QueryEditorRow.tsx index dbf12944e51..9f3489dedb4 100644 --- a/public/app/features/query/components/QueryEditorRow.tsx +++ b/public/app/features/query/components/QueryEditorRow.tsx @@ -405,6 +405,7 @@ export class QueryEditorRow extends PureComponent