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