Allow button to hve an empty value

This commit is contained in:
Narek Zakarian 2025-01-08 17:12:49 +04:00
parent 883e78c949
commit c04f8badde
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -18,7 +18,7 @@ const ButtonSettingsBlock = ( { title, description, ...props } ) => (
: undefined
}
>
{ props.actionProps.value }
{ props?.actionProps?.value }
</Button>
</Action>
</SettingsBlock>