Commit ec0e3622 authored by zarina's avatar zarina 🌊

изменила поле ввода для описания в форме создания продукта

parent e25f35e5
...@@ -85,7 +85,7 @@ class AddProduct extends Component { ...@@ -85,7 +85,7 @@ class AddProduct extends Component {
onChange={this.inputChangeHandler} onChange={this.inputChangeHandler}
value={this.state.description} value={this.state.description}
required={true} required={true}
type="text" type="textarea"
placeholder="Enter post description" placeholder="Enter post description"
error={this.getFieldError("description")} error={this.getFieldError("description")}
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment