fix(dashboard): tax region override too large payload (#13860)

* Limit the number of ids passed to the different queries to render the tooltip details to 10, for products, product types and shipping options

* Add changeset

* Extract common additional field computation into variable
This commit is contained in:
Nicolas Gorga
2025-10-27 10:48:34 -04:00
committed by GitHub
parent ef798160ea
commit 9f154c308e
2 changed files with 19 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Limit number of ids passed in tax region override queries to avoid PayloadTooLargeError