mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Stackdriver: Fix creating Label Values datasource query variable (#25633)
This commit is contained in:
committed by
GitHub
parent
7b7000c5bc
commit
e6a5e88054
@@ -147,7 +147,7 @@ export class StackdriverVariableQueryEditor extends PureComponent<VariableQueryP
|
||||
}
|
||||
|
||||
onLabelKeyChange(labelKey: string) {
|
||||
this.setState({ labelKey });
|
||||
this.setState({ labelKey }, () => this.onPropsChange());
|
||||
}
|
||||
|
||||
componentDidUpdate(prevProps: Readonly<VariableQueryProps>, prevState: Readonly<VariableQueryData>) {
|
||||
|
||||
Reference in New Issue
Block a user