crud coupon
This commit is contained in:
@@ -59,7 +59,7 @@ const PaginationUi: FC<PaginationUiProps> = ({ pager, onPageChange }) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="flex ی justify-center mt-6">
|
||||
<div className="flex justify-center mt-6">
|
||||
<Pagination>
|
||||
<PaginationContent>
|
||||
{getPageNumbers().map((page, index) => (
|
||||
|
||||
@@ -35,7 +35,7 @@ const ProductMultiSelect: React.FC<ProductMultiSelectProps> = ({
|
||||
}, [searchTerm])
|
||||
|
||||
// Search products (includes initial load and search)
|
||||
const { data: searchResults, isLoading } = useSearchProducts(debouncedSearchTerm, dropdownOpen)
|
||||
const { data: searchResults, isLoading } = useSearchProducts(debouncedSearchTerm, true)
|
||||
|
||||
// Combine selected products with search results
|
||||
const allProducts = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user