Fix attribute stock input
This commit is contained in:
parent
715303e025
commit
e52b2bb74a
1 changed files with 2 additions and 2 deletions
|
@ -385,8 +385,8 @@ function reduceProductVariantCreateFormData(
|
|||
return changeAttributeValueStock(
|
||||
prevState,
|
||||
action.changeAttributeValueStock.valueId,
|
||||
action.changeAttributeValueStock.warehouseIndex,
|
||||
action.changeAttributeValueStock.quantity
|
||||
action.changeAttributeValueStock.quantity,
|
||||
action.changeAttributeValueStock.warehouseIndex
|
||||
);
|
||||
case ProductVariantCreateReducerActionType.changeApplyPriceToAttributeId:
|
||||
return changeApplyPriceToAttributeId(
|
||||
|
|
Loading…
Reference in a new issue