Commit 71423e28 by jaymehta

.

1 parent d08795ac
......@@ -208,6 +208,7 @@ module.exports = createCoreController("api::experience.experience", () => ({
...ctx.request.body.data.daysBoolean,
},
});
console.log("ctx.request.body.data.imagesArrayComponent", ctx.request.body.data.imagesArrayComponent);
const imagesComponentData = Array.isArray(
ctx.request.body.data.imagesArrayComponent
)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!