🧑💻 (whatsapp) Set default template language to en_US
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user