diff --git a/frontend/src/views/AppCreator.jsx b/frontend/src/views/AppCreator.jsx index 334b23a4..aae857aa 100755 --- a/frontend/src/views/AppCreator.jsx +++ b/frontend/src/views/AppCreator.jsx @@ -287,7 +287,7 @@ const getJsonObject = (properties) => { for (let key in properties) { const property = properties[key]; - const subloop = false + let subloop = false if (property.hasOwnProperty("type")) { if (property.type === "object" || property.type === "array") { subloop = true