fix: 🐛 Minor changes and improved accessibility
This commit is contained in:
@ -51,7 +51,7 @@ export const TypebotButton = ({
|
||||
if (draggedTypebotDebounced) return
|
||||
router.push(
|
||||
isMobile
|
||||
? `/typebots/${typebot.id}/results/responses`
|
||||
? `/typebots/${typebot.id}/results`
|
||||
: `/typebots/${typebot.id}/edit`
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user