orders
This commit is contained in:
@@ -188,7 +188,7 @@ class HomePage extends ConsumerWidget {
|
||||
QuickAction(
|
||||
icon: Icons.inventory_2,
|
||||
label: 'Đơn hàng',
|
||||
onTap: () => _showComingSoon(context, 'Đơn hàng', l10n),
|
||||
onTap: () => context.push(RouteNames.orders),
|
||||
),
|
||||
QuickAction(
|
||||
icon: Icons.receipt_long,
|
||||
|
||||
Reference in New Issue
Block a user