From d79f60d73f810c02fd15256bbc15a45d4986731f Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:40:54 +0100 Subject: [PATCH] QueryEditorRow: Fix broken drag-and-drop reordering (#56515) --- .../features/query/components/QueryEditorRow.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/public/app/features/query/components/QueryEditorRow.tsx b/public/app/features/query/components/QueryEditorRow.tsx index 13c9b5fd521..e3ba2ab298a 100644 --- a/public/app/features/query/components/QueryEditorRow.tsx +++ b/public/app/features/query/components/QueryEditorRow.tsx @@ -75,6 +75,7 @@ export class QueryEditorRow extends PureComponent | null = null; angularQueryEditor: AngularComponent | null = null; + id = ''; state: State = { datasource: null, @@ -85,8 +86,9 @@ export class QueryEditorRow extends PureComponent extends PureComponent extends PureComponent extends PureComponent -
+
{showingHelp && DatasourceCheatsheet && (