chore: analytics start date property for x-axis and group (#1888)

This commit is contained in:
Aaryan Khandelwal 2023-08-18 15:11:25 +05:30 committed by GitHub
parent 93fec2c678
commit b67e30fd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,10 +42,10 @@ export const ANALYTICS_X_AXIS_VALUES: { value: TXAxisValues; label: string }[] =
value: "target_date",
label: "Due date",
},
// {
// value: "start_date",
// label: "Start date",
// },
{
value: "start_date",
label: "Start date",
},
{
value: "created_at",
label: "Created date",