mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix ui
This commit is contained in:
parent
625004e2c6
commit
8c465b20a9
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ const preventDirtyCheckboxPropagation = event => {
|
|||
markCurrentOnboardingState(PayPalCommerceGatewayOnboarding.current_state === ppcp_onboarding.STATE_ONBOARDED);
|
||||
|
||||
const manualInputToggleButton = document.querySelector('#field-toggle_manual_input button');
|
||||
let isManualInputShown = isAnyEnvOnboarded;
|
||||
let isManualInputShown = PayPalCommerceGatewayOnboarding.current_state === ppcp_onboarding.STATE_ONBOARDED;
|
||||
|
||||
manualInputToggleButton.addEventListener(
|
||||
'click',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue