Skip to content
Snippets Groups Projects
Unverified Commit 5c0bee60 authored by Neil's avatar Neil Committed by GitHub
Browse files

Custom Reports: PlusOne (#3117)

* PlusOne

* notes

* add daterange filters
parent 4439bb6a
No related branches found
No related tags found
No related merge requests found
...@@ -435,6 +435,10 @@ export function ReportSidebar({ ...@@ -435,6 +435,10 @@ export function ReportSidebar({
onChange={onSelectRange} onChange={onSelectRange}
options={rangeOptions} options={rangeOptions}
/> />
{!disabledList.currentInterval.get(customReportItems.dateRange) &&
customReportItems.includeCurrentInterval && (
<Text style={{ marginLeft: 10 }}>+1</Text>
)}
</View> </View>
) : ( ) : (
<> <>
......
---
category: Enhancements
authors: [carkom]
---
Adding a "+1" to custom reports to indicate that the current month toggle is on.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment