Commit d08795ac by jaymehta

.

1 parent 73d9acdc
......@@ -213,7 +213,7 @@ module.exports = createCoreController("api::experience.experience", () => ({
)
? ctx.request.body.data.imagesArrayComponent
: [ctx.request.body.data.imagesArrayComponent];
console.log("imagesComponentData >", imagesComponentData);
const updatedExperienceImageComponent = await strapi.entityService.update(
"api::experience.experience",
id,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!