Skip to content

Commit

Permalink
RC #291 - Adding to/from values to value reset
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Aug 15, 2024
1 parent 0aff149 commit 32706ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/components/FacetTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const FacetTimeline = (props: Props) => {
if (!defaultMax && range.max) {
setDefaultMax(range.max);
}
}, [range.min, range.max]);
}, [from, to, range.min, range.max]);

return (
<div
Expand Down

0 comments on commit 32706ca

Please sign in to comment.