mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
use TextArea
This commit is contained in:
parent
b9168b8f19
commit
6a3c8a0e1c
@ -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)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user