fix(dashboard): Matching product profile with shipping profile (#11183)

This commit is contained in:
Oli Juhl
2025-01-27 17:13:07 +00:00
committed by GitHub
parent 12b69049ef
commit 961ad4723e
2 changed files with 6 additions and 1 deletions
@@ -350,7 +350,7 @@ export function OrderCreateFulfillmentForm({
form={form}
item={item}
locationId={selectedLocationId}
disabled={isShippingProfileMatching}
disabled={!isShippingProfileMatching}
itemReservedQuantitiesMap={
itemReservedQuantitiesMap
}