We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde2a16 commit c97973eCopy full SHA for c97973e
.changeset/polite-cougars-tickle.md
@@ -0,0 +1,5 @@
1
+---
2
+"@medusajs/dashboard": patch
3
4
+
5
+fix(dashboard): use product default fields on Admin dashboard exports
packages/admin/dashboard/src/routes/products/product-export/product-export.tsx
@@ -26,6 +26,7 @@ export const ProductExport = () => {
26
const ProductExportContent = () => {
27
const { t } = useTranslation()
28
const { searchParams } = useProductTableQuery({})
29
+ delete searchParams.fields
30
31
const { mutateAsync } = useExportProducts({ ...searchParams })
32
const { handleSuccess } = useRouteModal()
0 commit comments