Skip to content

Commit 4b2cc89

Browse files
committed
fix: use new component for stock transfer
1 parent fd34f7e commit 4b2cc89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

components/composite/StepShipping/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ export const StepShipping: React.FC<Props> = () => {
316316
>
317317
<StockTransferField
318318
className="px-1"
319-
type="quantity"
319+
attribute="quantity"
320+
tagElement="span"
320321
/>
321322
<LineItemQuantity
322323
readonly

0 commit comments

Comments
 (0)