Enable tax calculation before redirecting to standard tax rates page. (https://github.com/woocommerce/woocommerce-admin/pull/4878)

This commit is contained in:
Jeff Stieler 2020-07-30 12:04:21 -04:00 committed by GitHub
parent 80f4a86515
commit ee057bcb37
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class Tax extends Component {
install_extensions: false,
}
);
this.redirectToTaxSettings();
this.manuallyConfigureTaxRates();
} }
skipText={ __(
'Set up tax rates manually',