Change description input to use textarea
This commit is contained in:
parent
bc208df597
commit
3bbe6062e9
|
@ -192,8 +192,7 @@ ${TEST_VALUE}
|
||||||
<span className="label-text">Description</span>
|
<span className="label-text">Description</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<input
|
<textarea
|
||||||
type="text"
|
|
||||||
placeholder="e.g. This market is part of the ACX predictions for 2022..."
|
placeholder="e.g. This market is part of the ACX predictions for 2022..."
|
||||||
className="input"
|
className="input"
|
||||||
value={description}
|
value={description}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user