feat: Adds custom date range component for reports (#2602)

* feat: Adds custom date range for reports

* Review fixes

* Minor fixes

* Review fixes

* Use computed property

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2021-07-13 03:41:03 -07:00
committed by GitHub
parent fae8466a6c
commit f9b55944ad
3 changed files with 68 additions and 16 deletions

View File

@@ -50,7 +50,15 @@
{
"id": 4,
"name": "Last year"
},
{
"id": 5,
"name": "Custom date range"
}
]
],
"CUSTOM_DATE_RANGE": {
"CONFIRM": "Apply",
"PLACEHOLDER": "Select date range"
}
}
}