🧑‍💻 (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"