feat: update type and customer is required

This commit is contained in:
efrilm
2025-08-06 00:36:13 +07:00
parent 092e68615c
commit 37ed6686f8
4 changed files with 87 additions and 38 deletions
@@ -34,10 +34,10 @@ class _TypeDialogState extends State<TypeDialog> {
'type': OrderType.delivery,
},
{
'value': 'grab',
'label': 'Grab',
'icon': Icons.two_wheeler,
'type': OrderType.grab,
'value': 'free_table',
'label': 'Free Table',
'icon': Icons.table_bar_outlined,
'type': OrderType.freeTable,
},
];