Skip to content

Commit

Permalink
fix(plugins): Big Number with Time Comparison (#29520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-RiveroMartnez authored Jul 8, 2024
1 parent dc16255 commit b481bc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function transformProps(chartProps: ChartProps) {
timeRangeFilter: {
...currentTimeRangeFilter,
comparator:
formData?.extra_form_data?.time_range ??
formData?.extraFormData?.time_range ??
(currentTimeRangeFilter as any)?.comparator,
},
shifts: ensureIsArray(timeComparison),
Expand Down

0 comments on commit b481bc9

Please sign in to comment.