Removed duplicate date field

This commit is contained in:
pepper 2021-01-14 00:11:35 -05:00
parent 964e863089
commit 5cc1830e2b

View File

@ -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>