From cb6b76c3e2875f06c68792e07f7db1350a45d6d4 Mon Sep 17 00:00:00 2001
From: Matthias Nannt
Date: Wed, 20 Jul 2022 15:07:46 +0200
Subject: [PATCH] fix infinite loading in app, fix signout error
---
components/form/FormCode.tsx | 2 +-
components/layout/LayoutPreview.tsx | 4 ++--
components/layout/MenuProfile.tsx | 2 +-
package.json | 2 +-
yarn.lock | 8 ++++----
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/components/form/FormCode.tsx b/components/form/FormCode.tsx
index 05135bff34..8ee6971b37 100644
--- a/components/form/FormCode.tsx
+++ b/components/form/FormCode.tsx
@@ -97,7 +97,7 @@ export default function FormCode({ formId }) {
)}"`}
- {`formId=${formId}`}
+ {`formId="${formId}"`}
{">"}
diff --git a/components/layout/LayoutPreview.tsx b/components/layout/LayoutPreview.tsx
index 6b492ab10c..61de5719b7 100644
--- a/components/layout/LayoutPreview.tsx
+++ b/components/layout/LayoutPreview.tsx
@@ -25,7 +25,7 @@ export default function LayoutShare({ formId, resetApp, children }) {
-
+
@@ -41,7 +41,7 @@ export default function LayoutShare({ formId, resetApp, children }) {