Skip to content

Commit

Permalink
Custom Reports: PlusOne (#3117)
Browse files Browse the repository at this point in the history
* PlusOne

* notes

* add daterange filters
  • Loading branch information
carkom committed Jul 22, 2024
1 parent 4439bb6 commit 5c0bee6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@ export function ReportSidebar({
onChange={onSelectRange}
options={rangeOptions}
/>
{!disabledList.currentInterval.get(customReportItems.dateRange) &&
customReportItems.includeCurrentInterval && (
<Text style={{ marginLeft: 10 }}>+1</Text>
)}
</View>
) : (
<>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3117.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [carkom]
---

Adding a "+1" to custom reports to indicate that the current month toggle is on.

0 comments on commit 5c0bee6

Please sign in to comment.