2
0

🚸 (typebotLink) Make "current" option work like typebot links instead of jump

This commit is contained in:
Baptiste Arnaud
2023-11-08 17:05:02 +01:00
parent aceba0abd0
commit 64418df3a1
2 changed files with 64 additions and 30 deletions

View File

@ -26,7 +26,7 @@ export const GroupsDropdown = ({
value: group.id,
}))}
onSelect={onGroupIdSelected}
placeholder={'Select a block'}
placeholder={'Select a group'}
/>
)
}