feat: update type and customer is required
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user