Skip to content

Commit

Permalink
fix on filters
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Nov 18, 2024
1 parent 4c23c6f commit db9cae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function SumWithRange({
) : (
<AppliedFilters
conditions={filterObject.conditions}
onUpdate={filterObject.onApply}
onUpdate={filterObject.onUpdate}
onDelete={filterObject.onDelete}
conditionsOp={filterObject.conditionsOp}
onConditionsOpChange={filterObject.onConditionsOpChange}
Expand Down

0 comments on commit db9cae4

Please sign in to comment.