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 && (