From e2a20ab91d445cc4d95c57bea78c1d57660ad7ff Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:50:26 +0300 Subject: [PATCH] Update FormConstituenta.tsx --- .../pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx index 7dd2fd2b..d8ad1a6a 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorConstituenta/FormConstituenta.tsx @@ -177,7 +177,7 @@ function FormConstituenta({ placeholder='Договоренность об интерпретации или пояснение' value={convention} disabled={!isMutable} - rows={2 * convention.length > ROW_SIZE_IN_CHARACTERS ? 3 : 2} + rows={convention.length > 2 * ROW_SIZE_IN_CHARACTERS ? 3 : 2} onChange={event => setConvention(event.target.value)} /> {isMutable || processing ? (