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:
@@ -5081,6 +5081,12 @@
|
||||
"trackingNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"trackingUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"addTracking": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -5097,6 +5103,8 @@
|
||||
"required": [
|
||||
"title",
|
||||
"trackingNumber",
|
||||
"trackingUrl",
|
||||
"labelUrl",
|
||||
"addTracking",
|
||||
"sendNotification",
|
||||
"sendNotificationHint",
|
||||
|
||||
Reference in New Issue
Block a user