fix(order): add fulfillment labels query key on create shipment page (#9792)
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ export function OrderCreateShipment() {
|
||||
const { id, f_id } = useParams()
|
||||
|
||||
const { order, isLoading, isError, error } = useOrder(id!, {
|
||||
fields: "*fulfillments,*fulfillments.items",
|
||||
fields: "*fulfillments,*fulfillments.items,*fulfillments.labels",
|
||||
})
|
||||
|
||||
if (isError) {
|
||||
|
||||
Reference in New Issue
Block a user