Enable tax calculation before redirecting to standard tax rates page. (https://github.com/woocommerce/woocommerce-admin/pull/4878)
This commit is contained in:
parent
80f4a86515
commit
ee057bcb37
|
@ -245,7 +245,7 @@ class Tax extends Component {
|
|||
install_extensions: false,
|
||||
}
|
||||
);
|
||||
this.redirectToTaxSettings();
|
||||
this.manuallyConfigureTaxRates();
|
||||
} }
|
||||
skipText={ __(
|
||||
'Set up tax rates manually',
|
||||
|
|
Loading…
Reference in New Issue