Add category specific values for custom template

This commit is contained in:
Satish Gandham 2024-05-31 15:26:05 +05:30
parent 78db7fe03f
commit d0bfd891d4

View File

@ -42,8 +42,8 @@ export const ESTIMATE_SYSTEMS: TEstimateSystems = {
custom: {
title: "Custom",
values: [
{ id: undefined, key: 1, value: "1" },
{ id: undefined, key: 2, value: "2" },
{ id: undefined, key: 1, value: "Easy" },
{ id: undefined, key: 2, value: "Hard" },
],
hide: true,
},