2
0

🐛 (settings) Fix typing emulation not working

Closes #330
This commit is contained in:
Baptiste Arnaud
2023-02-23 07:42:45 +01:00
parent 31711dc24d
commit 889e6a4f7e
4 changed files with 13 additions and 6 deletions

View File

@ -12,7 +12,7 @@ import { useEffect, useState } from 'react'
import { sendRequest } from 'utils'
import { PackageIcon } from './icons'
const intervalDuration = 1000 * 60 // 30 seconds
const intervalDuration = 1000 * 60
export const NewVersionPopup = () => {
const { typebot, save } = useTypebot()