Skip to content

Commit

Permalink
fix: fixed the issue with no aggregation change #2605
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrashekhara.n authored and corteggiano committed Mar 13, 2024
1 parent f8306a7 commit 2b90f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const RenderAggregationsPropertiesSection = ({

const updatedQuery = properties.queryConfig.query
? applyResolutionToQuery(
applyResolutionToQuery(
applyAggregationToQuery(
properties.queryConfig.query,
updatedAggregationType
),
Expand Down

0 comments on commit 2b90f6d

Please sign in to comment.