@ -4,6 +4,7 @@ import {
|
||||
PopoverContent,
|
||||
Button,
|
||||
chakra,
|
||||
Portal,
|
||||
} from '@chakra-ui/react'
|
||||
import { UsersIcon } from '@/components/icons'
|
||||
import React from 'react'
|
||||
@ -28,6 +29,7 @@ export const ShareTypebotButton = ({ isLoading }: { isLoading: boolean }) => {
|
||||
</chakra.span>
|
||||
</Button>
|
||||
</PopoverTrigger>
|
||||
<Portal>
|
||||
<PopoverContent
|
||||
shadow="lg"
|
||||
width="430px"
|
||||
@ -35,6 +37,7 @@ export const ShareTypebotButton = ({ isLoading }: { isLoading: boolean }) => {
|
||||
>
|
||||
<SharePopoverContent />
|
||||
</PopoverContent>
|
||||
</Portal>
|
||||
</Popover>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user