use TextArea

This commit is contained in:
SrGooglo 2023-04-10 16:20:06 +00:00
parent b9168b8f19
commit 6a3c8a0e1c

View File

@ -105,7 +105,7 @@ export default (props) => {
</span>
<div className="value">
<antd.Input
<antd.Input.TextArea
placeholder="Stream description"
value={profileData.info.description}
onChange={(e) => updateStreamInfo("description", e.target.value)}