Skip to content

Commit

Permalink
πŸ› Fix shippingRates is not updated in edit collection (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored Mar 21, 2024
1 parent 709d116 commit 06964c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
v-model="hasShipping"
:read-only="true"
:shipping-info="shippingRates"
@on-update-shipping-rates="value => shippingRates = value"
/>

<UFormGroup
Expand Down

0 comments on commit 06964c1

Please sign in to comment.