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:
@@ -50,7 +50,15 @@
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Last year"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Custom date range"
|
||||
}
|
||||
]
|
||||
],
|
||||
"CUSTOM_DATE_RANGE": {
|
||||
"CONFIRM": "Apply",
|
||||
"PLACEHOLDER": "Select date range"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user