🐛 (share) Fix duplicate folderId issue

This commit is contained in:
Baptiste Arnaud
2023-11-28 16:32:56 +01:00
parent cf8df68186
commit 8ce4e4808d
5 changed files with 12 additions and 17 deletions

View File

@@ -42,6 +42,7 @@ const Page = () => {
Choose a workspace to duplicate <strong>{typebot?.name}</strong> in:
</Text>
<RadioButtons
direction="column"
options={workspaces?.map((workspace) => ({
value: workspace.id,
label: (