🔊 Add more error logs for sendEmail block
This commit is contained in:
@ -80,7 +80,7 @@ class Typebot_Public
|
||||
$lib_url = "https://cdn.jsdelivr.net/npm/@typebot.io/js@0.0/dist/web.js";
|
||||
$width = '100%';
|
||||
$height = '500px';
|
||||
$api_host = 'https://api.typebot.io';
|
||||
$api_host = 'https://viewer.typebot.io';
|
||||
if (array_key_exists('width', $attributes)) {
|
||||
$width = sanitize_text_field($attributes['width']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user