feat(settings): ✨ Add create result on page refresh option
This commit is contained in:
@ -44,7 +44,8 @@ export const TypebotPage = ({
|
||||
if (error) setError(error)
|
||||
if (result) {
|
||||
setResultId(result.id)
|
||||
setResultInSession(result.id)
|
||||
if (typebot.settings.general.isNewResultOnRefreshEnabled !== true)
|
||||
setResultInSession(result.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user