Add isBusy property to FeatureSettings button

This commit is contained in:
carmenmaymo 2025-01-09 13:02:20 +01:00
parent e0f2dcbc9f
commit d5e9e2aecb
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -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 }
>