fixes
This commit is contained in:
@@ -38,7 +38,10 @@ export default function TableNumberCard() {
|
||||
mode="multiple"
|
||||
placeholder={t("cart.tableNumber")}
|
||||
size="large"
|
||||
options={tableList}
|
||||
options={tableList?.map((table: any) => ({
|
||||
label: table.name,
|
||||
value: table.id,
|
||||
}))}
|
||||
style={{
|
||||
width: "100%",
|
||||
height: 50,
|
||||
|
||||
Reference in New Issue
Block a user