IO-770 Remove seconds from shop config.

This commit is contained in:
Patrick Fic
2021-03-16 14:51:11 -07:00
parent bda4db3ed5
commit 0dd88f244f

View File

@@ -30,7 +30,7 @@ export default function ShopInfoSchedulingComponent({ form }) {
},
]}
>
<TimePicker showSecond={false} />
<TimePicker showSecond={false} format="hh:mm" />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.schedule_end_time")}
@@ -42,7 +42,7 @@ export default function ShopInfoSchedulingComponent({ form }) {
},
]}
>
<TimePicker showSecond={false} />
<TimePicker showSecond={false} format="hh:mm" />
</Form.Item>
<strong>{t("bodyshop.labels.apptcolors")}</strong>
<Row>