From 963a613d1d1c7e15cec21e47ab6932ccd4b0b008 Mon Sep 17 00:00:00 2001 From: lemonteeea <48513177+lemonteeea@users.noreply.github.com> Date: Tue, 9 Sep 2025 03:18:31 +0800 Subject: [PATCH] fix(dashboard): fix pagination when adding products to price list (#13075) * fix(dashboard): fix pagination when adding products to price list * chore: add changeset --------- Co-authored-by: Adrien de Peretti Co-authored-by: William Bouchard <46496014+willbouch@users.noreply.github.com> --- .changeset/gorgeous-grapes-tie.md | 5 +++++ .../price-list-prices-add-product-ids-form.tsx | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/gorgeous-grapes-tie.md diff --git a/.changeset/gorgeous-grapes-tie.md b/.changeset/gorgeous-grapes-tie.md new file mode 100644 index 0000000000..42f631c5d5 --- /dev/null +++ b/.changeset/gorgeous-grapes-tie.md @@ -0,0 +1,5 @@ +--- +"@medusajs/dashboard": patch +--- + +fix(dashboard): fix pagination when adding products to price list diff --git a/packages/admin/dashboard/src/routes/price-lists/price-list-prices-add/components/price-list-prices-add-form/price-list-prices-add-product-ids-form.tsx b/packages/admin/dashboard/src/routes/price-lists/price-list-prices-add/components/price-list-prices-add-form/price-list-prices-add-product-ids-form.tsx index be58a33422..a89304da46 100644 --- a/packages/admin/dashboard/src/routes/price-lists/price-list-prices-add/components/price-list-prices-add-form/price-list-prices-add-product-ids-form.tsx +++ b/packages/admin/dashboard/src/routes/price-lists/price-list-prices-add/components/price-list-prices-add-form/price-list-prices-add-product-ids-form.tsx @@ -125,6 +125,7 @@ export const PriceListPricesAddProductIdsForm = ({ updater, }, pageSize: PAGE_SIZE, + prefix: PREFIX, meta: { variantIdMap, },