Merge branch 'revamp-estimates' of gurusainath:makeplane/plane into revamp-estimates

This commit is contained in:
guru_sainath 2024-05-31 16:05:16 +05:30
commit 1d9a011797

View File

@ -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,
}, },