chore: estimate point key change

This commit is contained in:
NarayanBavisetti 2024-06-05 14:55:07 +05:30
parent 7f99c95830
commit ea7a89ef87
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export type TXAxisValues =
| "state__group"
| "labels__id"
| "assignees__id"
| "estimate_point"
| "estimate_point__value"
| "issue_cycle__cycle_id"
| "issue_module__module_id"
| "priority"

View File

@ -28,7 +28,7 @@ export const ANALYTICS_X_AXIS_VALUES: { value: TXAxisValues; label: string }[] =
label: "Assignee",
},
{
value: "estimate_point",
value: "estimate_point__value",
label: "Estimate point",
},
{