Set comp props explicitly (https://github.com/woocommerce/woocommerce-admin/pull/7985)
This commit is contained in:
parent
9eca023fb4
commit
398aaa6320
|
@ -218,7 +218,7 @@ export class Shipping extends Component {
|
||||||
}
|
}
|
||||||
shippingZones={ this.state.shippingZones }
|
shippingZones={ this.state.shippingZones }
|
||||||
onComplete={ this.completeStep }
|
onComplete={ this.completeStep }
|
||||||
{ ...this.props }
|
createNotice={ this.props.createNotice }
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
visible:
|
visible:
|
||||||
|
|
Loading…
Reference in New Issue