Skip to content

Commit

Permalink
fix: variable edit flow - use updated query value on test query
Browse files Browse the repository at this point in the history
  • Loading branch information
YounixM committed Dec 12, 2023
1 parent 9360c61 commit bcebe05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function VariableItem({
enabled: false,
queryFn: () =>
dashboardVariablesQuery({
query: variableData.queryValue || '',
query: variableQueryValue || '',
variables: variablePropsToPayloadVariables(existingVariables),
}),
refetchOnWindowFocus: false,
Expand Down

0 comments on commit bcebe05

Please sign in to comment.