IO-770 Remove seconds from shop config.
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ShopInfoSchedulingComponent({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<TimePicker showSecond={false} />
|
<TimePicker showSecond={false} format="hh:mm" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("bodyshop.fields.schedule_end_time")}
|
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>
|
</Form.Item>
|
||||||
<strong>{t("bodyshop.labels.apptcolors")}</strong>
|
<strong>{t("bodyshop.labels.apptcolors")}</strong>
|
||||||
<Row>
|
<Row>
|
||||||
|
|||||||
Reference in New Issue
Block a user