2
0

fix(editor): 🐛 Fix basic auth header without ':'

This commit is contained in:
Baptiste Arnaud
2022-02-28 10:07:36 +01:00
parent b0d7be4471
commit 8552cc237b
3 changed files with 16 additions and 5 deletions

View File

@ -39,7 +39,6 @@ export const TemplatesContent = () => {
const { error, data } = typebot
? await importTypebot({
...typebot,
id: generate(),
ownerId: user.id,
folderId,
})