fix(medusa): Add to default admin customer fields (#7126)

**What**
- Adds `has_account` to the default fields returned by the API.

**Why**
- The field is used heavily in the admin dashboard, so it makes sense to include it out of the box.
This commit is contained in:
Kasper Fabricius Kristensen
2024-04-23 10:52:09 +02:00
committed by GitHub
parent 18f3aacee6
commit ea14a3bd68

View File

@@ -5,6 +5,7 @@ export const defaultAdminCustomerFields = [
"last_name",
"email",
"phone",
"has_account",
"created_by",
"created_at",
"updated_at",