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:
@@ -5,6 +5,7 @@ export const defaultAdminCustomerFields = [
|
|||||||
"last_name",
|
"last_name",
|
||||||
"email",
|
"email",
|
||||||
"phone",
|
"phone",
|
||||||
|
"has_account",
|
||||||
"created_by",
|
"created_by",
|
||||||
"created_at",
|
"created_at",
|
||||||
"updated_at",
|
"updated_at",
|
||||||
|
|||||||
Reference in New Issue
Block a user