fix(dashboard): customer has_acccount flag (#13414)
This commit is contained in:
@@ -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