2
0

🧑‍💻 (whatsapp) Set default template language to en_US

This commit is contained in:
Baptiste Arnaud
2024-02-08 10:00:14 +01:00
parent 2cc1b44598
commit 26be94de37
3 changed files with 10 additions and 3 deletions

View File

@ -135,7 +135,10 @@ export const GroupSelectionMenu = ({
borderRightRadius="none"
borderLeftRadius="none"
aria-label="Copy"
onClick={handleCopy}
onClick={() => {
handleCopy()
toast('Groups copied to clipboard')
}}
bgColor={useColorModeValue('white', undefined)}
icon={<CopyIcon />}
size="sm"

View File

@ -243,7 +243,7 @@ In order to be able to test your bot on WhatsApp from the Preview drawer, you ne
| META_SYSTEM_USER_TOKEN | | The system user token used to send WhatsApp messages |
| WHATSAPP_PREVIEW_FROM_PHONE_NUMBER_ID | | The phone number ID from which the message will be sent |
| WHATSAPP_PREVIEW_TEMPLATE_NAME | | The preview start template message name |
| WHATSAPP_PREVIEW_TEMPLATE_LANG | en | The preview start template message name |
| WHATSAPP_PREVIEW_TEMPLATE_LANG | en_US | The preview start template message name |
| WHATSAPP_CLOUD_API_URL | https://graph.facebook.com | The WhatsApp Cloud API base URL |
## Others