chore: phase 1 lint/type fixes — commit all changes
This commit is contained in:
@@ -68,7 +68,7 @@ export default function OrderComponent() {
|
||||
const {
|
||||
orders, loading, error, total, pages, page,
|
||||
search, statusFilter, setPage, handleSearch, handleStatusFilter, clearError,
|
||||
createOrder, updateOrder, updateStatus, deleteOrder,
|
||||
createOrder, updateOrder, deleteOrder,
|
||||
notification, reload,
|
||||
} = useOrders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user