From 4f58ca11dadc7a64b70ed84192e5a47a4bbc2b77 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Wed, 17 Jun 2020 12:05:06 +0300 Subject: [PATCH] Stackdriver: Fix creating Label Values datasource query variable (#25633) (cherry picked from commit e6a5e88054ae2063a6f58b3464636492a36d9095) --- .../datasource/stackdriver/components/VariableQueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx b/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx index 949fa96e0a7..384e055de0d 100644 --- a/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx +++ b/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx @@ -140,7 +140,7 @@ export class StackdriverVariableQueryEditor extends PureComponent this.onPropsChange()); } componentDidUpdate(prevProps: Readonly, prevState: Readonly) {