Skip to content

Commit

Permalink
fix: FilterBox date endpoints to use [inclusive, exclusive) (#18857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Feb 23, 2022
1 parent 0edb979 commit 324601e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ class FilterBox extends React.PureComponent {
onOpenDateFilterControl={this.onOpenDateFilterControl}
onCloseDateFilterControl={this.onCloseDateFilterControl}
value={this.state.selectedValues[TIME_RANGE] || 'No filter'}
endpoints={['inclusive', 'exclusive']}
/>
</div>
</div>
Expand Down

0 comments on commit 324601e

Please sign in to comment.