2
0

feat(editor): Add auto save

This commit is contained in:
Baptiste Arnaud
2022-01-23 08:23:05 +01:00
parent a58600a38a
commit 079cf5ec57
20 changed files with 145 additions and 198 deletions

View File

@ -26,7 +26,7 @@ export const TypebotHeader = () => {
const handleNameSubmit = (name: string) => updateTypebot({ name })
const handlePreviewClick = async () => {
await save()
save().then()
setRightPanel(RightPanel.PREVIEW)
}