mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
✨ Add new “isLoading” state for the ToggleBlock
This commit is contained in:
parent
72fea4ee9c
commit
e8c9a53441
2 changed files with 17 additions and 3 deletions
|
@ -140,6 +140,7 @@ const WelcomeForm = ( { setCompleted } ) => {
|
|||
description={ advancedUsersDescription }
|
||||
isToggled={ !! isManualConnectionMode }
|
||||
setToggled={ setManualConnectionMode }
|
||||
isLoading={ isManualConnectionBusy }
|
||||
>
|
||||
<DataStoreControl
|
||||
control={ TextControl }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue