mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add isBusy property to FeatureSettings button
This commit is contained in:
parent
e0f2dcbc9f
commit
d5e9e2aecb
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ const FeatureSettingsBlock = ( { title, description, ...props } ) => {
|
|||
<Button
|
||||
className={ button.class ? button.class : '' }
|
||||
href={ button.url }
|
||||
isBusy={ props.actionProps?.isBusy }
|
||||
key={ button.text }
|
||||
variant={ button.type }
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue