🐛 (typebotLink) Fix linked typebot fetching error

Closes #429
This commit is contained in:
Baptiste Arnaud
2023-03-30 10:30:26 +02:00
parent 70416c0d14
commit 684e6338e2
25 changed files with 2716 additions and 605 deletions

View File

@@ -32,7 +32,7 @@ export const ImageUploadContent = ({
onClose,
}: Props) => {
const [currentTab, setCurrentTab] = useState<Tabs>(
isEmojiEnabled ? 'emoji' : 'upload'
isEmojiEnabled ? 'emoji' : 'link'
)
const handleSubmit = (url: string) => {