From 2089a0064f808c70610237e68c9413be1d61ae1c Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Wed, 5 Aug 2020 19:25:22 -0500 Subject: [PATCH] add new chars limit for post --- ui/constants/form-field.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/constants/form-field.js b/ui/constants/form-field.js index 2b44de86b..35e117f63 100644 --- a/ui/constants/form-field.js +++ b/ui/constants/form-field.js @@ -1,3 +1,4 @@ export const FF_MAX_CHARS_DEFAULT = 2000; export const FF_MAX_CHARS_IN_COMMENT = 2000; export const FF_MAX_CHARS_IN_DESCRIPTION = 5000; +export const FF_MAX_CHARS_IN_POST = 10000;