From 69038b2ab0a496510dd6655f289179d60e74e6fa Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:48:41 +0200 Subject: [PATCH] [v10.1.x] AdHocVars: Allow selecting datasource variable from data source picker (#74337) AdHocVars: Allow selecting datasource variable from data source picker (#74192) (cherry picked from commit 3777ae02757cd4f4809154e5394981d27db3391f) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> --- .../app/features/variables/adhoc/AdHocVariableEditor.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/app/features/variables/adhoc/AdHocVariableEditor.tsx b/public/app/features/variables/adhoc/AdHocVariableEditor.tsx index 659fd7869c5..1b466c93591 100644 --- a/public/app/features/variables/adhoc/AdHocVariableEditor.tsx +++ b/public/app/features/variables/adhoc/AdHocVariableEditor.tsx @@ -64,7 +64,13 @@ export class AdHocVariableEditorUnConnected extends PureComponent { <> Ad-hoc options - + {infoText ? : null}