mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: estimate point key change
This commit is contained in:
parent
7f99c95830
commit
ea7a89ef87
2
packages/types/src/analytics.d.ts
vendored
2
packages/types/src/analytics.d.ts
vendored
@ -54,7 +54,7 @@ export type TXAxisValues =
|
|||||||
| "state__group"
|
| "state__group"
|
||||||
| "labels__id"
|
| "labels__id"
|
||||||
| "assignees__id"
|
| "assignees__id"
|
||||||
| "estimate_point"
|
| "estimate_point__value"
|
||||||
| "issue_cycle__cycle_id"
|
| "issue_cycle__cycle_id"
|
||||||
| "issue_module__module_id"
|
| "issue_module__module_id"
|
||||||
| "priority"
|
| "priority"
|
||||||
|
@ -28,7 +28,7 @@ export const ANALYTICS_X_AXIS_VALUES: { value: TXAxisValues; label: string }[] =
|
|||||||
label: "Assignee",
|
label: "Assignee",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "estimate_point",
|
value: "estimate_point__value",
|
||||||
label: "Estimate point",
|
label: "Estimate point",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user