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