[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:
guru_sainath 2024-06-24 13:27:59 +05:30 committed by GitHub
parent 716a35779c
commit 1c8e709870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

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