mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 20:29:04 +08:00
fix: variable edit flow - use updated query value on test query
This commit is contained in:
parent
9360c61dca
commit
bcebe050b1
@ -140,7 +140,7 @@ function VariableItem({
|
|||||||
enabled: false,
|
enabled: false,
|
||||||
queryFn: () =>
|
queryFn: () =>
|
||||||
dashboardVariablesQuery({
|
dashboardVariablesQuery({
|
||||||
query: variableData.queryValue || '',
|
query: variableQueryValue || '',
|
||||||
variables: variablePropsToPayloadVariables(existingVariables),
|
variables: variablePropsToPayloadVariables(existingVariables),
|
||||||
}),
|
}),
|
||||||
refetchOnWindowFocus: false,
|
refetchOnWindowFocus: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user