fix(dashboard): pass prefix to useDataTable to fix product list not paginating (#14232)

* Pass prefix to useDataTable hook

* Add changeset
This commit is contained in:
Nicolas Gorga
2025-12-08 08:39:58 -03:00
committed by GitHub
parent 6176f93ac5
commit b53d63d6c8
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): pass prefix to useDataTable to fix product list not paginating

View File

@@ -109,6 +109,7 @@ export const PriceListProductsForm = ({ form }: PriceListProductsFormProps) => {
updater,
},
pageSize: PAGE_SIZE,
prefix: PREFIX,
})
if (isError) {