fix(admin): Exclude prices from PriceLists overview (#4536)
* fix(admin): Exclude Prices from PriceLists overiew * Create polite-vans-hide.md
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/admin-ui": patch
|
||||||
|
"@medusajs/admin": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(admin): Exclude prices from PriceLists overview
|
||||||
@@ -11,7 +11,7 @@ import { useLocation } from "react-router-dom"
|
|||||||
*/
|
*/
|
||||||
const DEFAULT_PAGE_SIZE = 15
|
const DEFAULT_PAGE_SIZE = 15
|
||||||
const defaultQueryProps = {
|
const defaultQueryProps = {
|
||||||
expand: "customer_groups,prices",
|
expand: "customer_groups",
|
||||||
offset: 0,
|
offset: 0,
|
||||||
limit: DEFAULT_PAGE_SIZE,
|
limit: DEFAULT_PAGE_SIZE,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user