Removed duplicate date field
This commit is contained in:
parent
964e863089
commit
5cc1830e2b
@ -65,18 +65,7 @@ const ReportSingleMigration = ({ item }) => {
|
|||||||
</Input>
|
</Input>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</Col>
|
</Col>
|
||||||
<Col>
|
|
||||||
<FormGroup>
|
|
||||||
<Label for={item.booked_date}>Date</Label>
|
|
||||||
<Input
|
|
||||||
type="date"
|
|
||||||
name="booked_date"
|
|
||||||
id="booked_date"
|
|
||||||
placeholder="date placeholder"
|
|
||||||
mindate={Date()}
|
|
||||||
/>
|
|
||||||
</FormGroup>
|
|
||||||
</Col>
|
|
||||||
<Col>
|
<Col>
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Label for="bookedTime">Timeslot</Label>
|
<Label for="bookedTime">Timeslot</Label>
|
||||||
|
|||||||
Reference in New Issue
Block a user