feat(dashboard): Add first and last name inputs to update order shipping and billing address forms (#14394)

* Add first_name and last_name to order edit addresses forms

* Add changeset
This commit is contained in:
Nicolas Gorga
2025-12-27 11:49:50 -03:00
committed by GitHub
parent ba3a572a89
commit caa561badf
3 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
feat(dashboard): Add first and last name inputs to update order shipping and billing address forms