Components: TextArea: missed prop

This commit is contained in:
Viktor Fomin 2023-03-17 13:46:26 +03:00
parent b8fbd64218
commit 4a5ae68538

View File

@ -60,6 +60,7 @@ const Textarea = ({
color={color}
autoFocus={autoFocus}
ref={areaRef}
heighttextarea={heightTextArea}
/>
</ColorTheme>
);