diff --git a/frontend/src/views/AppCreator.jsx b/frontend/src/views/AppCreator.jsx index 9b7646bd..062b9fee 100755 --- a/frontend/src/views/AppCreator.jsx +++ b/frontend/src/views/AppCreator.jsx @@ -286,7 +286,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