Commit ec0e3622 authored by zarina's avatar zarina 🌊

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

parent e25f35e5
......@@ -85,7 +85,7 @@ class AddProduct extends Component {
onChange={this.inputChangeHandler}
value={this.state.description}
required={true}
type="text"
type="textarea"
placeholder="Enter post 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