implement scheduled order type
This commit is contained in:
@@ -26,12 +26,15 @@ export default function TableNumberCard() {
|
||||
<ProInputCard
|
||||
title={t("cart.tableNumber")}
|
||||
className={styles.tableNumberCard}
|
||||
dividerStyle={{ margin: "5px 0 0 0" }}
|
||||
>
|
||||
<Form.Item
|
||||
label={t("cart.tableNumber")}
|
||||
name="tables"
|
||||
required
|
||||
rules={[{ required: true, message: t("cart.pleaseSelectTable") }]}
|
||||
initialValue={tables}
|
||||
style={{ position: "relative", top: -5 }}
|
||||
>
|
||||
<Select
|
||||
value={tables}
|
||||
|
||||
Reference in New Issue
Block a user