Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add country prop to ShippingCountyInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Feb 14, 2020
1 parent f39f0a3 commit 806d960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/cart-checkout/checkout/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const Block = ( { shippingMethods = [], isEditor = false } ) => {
</InputRow>
<InputRow>
<ShippingCountyInput
country={ shippingFields.country }
label={ __(
'County',
'woo-gutenberg-products-block'
Expand Down

0 comments on commit 806d960

Please sign in to comment.