rental request email to owner
This commit is contained in:
@@ -33,7 +33,7 @@ const ItemInformation: React.FC<ItemInformationProps> = ({
|
||||
|
||||
<div className="mb-3">
|
||||
<label htmlFor="description" className="form-label">
|
||||
Description *
|
||||
Description
|
||||
</label>
|
||||
<textarea
|
||||
className="form-control"
|
||||
@@ -42,7 +42,6 @@ const ItemInformation: React.FC<ItemInformationProps> = ({
|
||||
rows={4}
|
||||
value={description}
|
||||
onChange={onChange}
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user