feat(dashboard): add input field for tracking_url and label_url in shipment form (#13787)

* fix: fix label init logic

* feat(dashboard): add input field for tracking_url and label_url in shipment form

* fix: cleanup leftovers

* chore: update schema

* fix: filter out empty rows

* chore: remove unrelated change

* fix: allow any filled field
This commit is contained in:
Kevin Leung
2025-10-27 23:26:49 +11:00
committed by GitHub
parent cc2614ded7
commit 2eca81ec0f
4 changed files with 103 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
add input field for tracking_url and label_url in shipment form