Commit 43383f40 by jaymehta

.

1 parent 73e1c43a
......@@ -103,7 +103,8 @@ module.exports = createCoreController("api::experience.experience", () => ({
contactPersonForBooking:
ctx.request.body.data.contactPersonForBooking,
approved: ctx.request.body.data.approved,
imagesComponent: finalImageArray,
imagesComponent: ctx.request.body.data.imagesComponent,
// imagesComponent: finalImageArray,
...ctx.request.body.data.daysBoolean,
},
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!