[WEB-522] chore: handled maximum no of char that user can enter in estimate point create and update (#4913)
* chore: handled maximum no of char that user can enter in estimate point create and update * chore: typo
This commit is contained in:
parent
716a35779c
commit
1c8e709870
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// types
|
||||
import { TEstimateSystems } from "@plane/types";
|
||||
|
||||
export const MAX_ESTIMATE_POINT_INPUT_LENGTH = 20;
|
||||
|
||||
export enum EEstimateSystem {
|
||||
POINTS = "points",
|
||||
CATEGORIES = "categories",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue