This commit is contained in:
Joshua T Flowers 2019-07-09 10:55:58 +08:00 committed by GitHub
parent dd7273d765
commit fbbd8cfaee
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class StoreDetails extends Component {
/>
<TextControl
label={ __( 'Address line 2', 'woocommerce-admin' ) }
label={ __( 'Address line 2 (optional)', 'woocommerce-admin' ) }
onChange={ value => this.setState( { addressLine2: value } ) }
required
value={ addressLine2 }