mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Merge branch 'revamp-estimates' of gurusainath:makeplane/plane into revamp-estimates
This commit is contained in:
commit
1d9a011797
@ -42,8 +42,8 @@ export const ESTIMATE_SYSTEMS: TEstimateSystems = {
|
|||||||
custom: {
|
custom: {
|
||||||
title: "Custom",
|
title: "Custom",
|
||||||
values: [
|
values: [
|
||||||
{ id: undefined, key: 1, value: "1" },
|
{ id: undefined, key: 1, value: "Easy" },
|
||||||
{ id: undefined, key: 2, value: "2" },
|
{ id: undefined, key: 2, value: "Hard" },
|
||||||
],
|
],
|
||||||
hide: true,
|
hide: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user