mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update FormConstituenta.tsx
This commit is contained in:
parent
644619b253
commit
e2a20ab91d
|
@ -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 ? (
|
||||
|
|
Loading…
Reference in New Issue
Block a user