Removed duplicate date field
This commit is contained in:
parent
964e863089
commit
5cc1830e2b
@ -65,18 +65,7 @@ const ReportSingleMigration = ({ item }) => {
|
||||
</Input>
|
||||
</FormGroup>
|
||||
</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>
|
||||
<FormGroup>
|
||||
<Label for="bookedTime">Timeslot</Label>
|
||||
|
||||
Reference in New Issue
Block a user