fix(dashboard): customer has_acccount flag (#13414)
This commit is contained in:
5
.changeset/pink-dots-unite.md
Normal file
5
.changeset/pink-dots-unite.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/dashboard": patch
|
||||
---
|
||||
|
||||
fix(dashboard): customer `has_acccount` flag
|
||||
@@ -66,7 +66,7 @@ export const AddCustomersForm = ({
|
||||
const filters = useCustomerTableFilters()
|
||||
|
||||
const { customers, count, isLoading, isError, error } = useCustomers({
|
||||
fields: "id,email,first_name,last_name,*groups",
|
||||
fields: "id,email,first_name,last_name,has_account,*groups",
|
||||
...searchParams,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user