Skip to content
Snippets Groups Projects
Commit f69bd5c2 authored by Julien Castiaux's avatar Julien Castiaux
Browse files

[FIX] website_slides: fix typo in enroll attribute


opw-2032459

closes odoo/odoo#34686

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 545437b8
Branches
Tags
No related merge requests found
......@@ -329,7 +329,7 @@ odoo.define('website_slides.quiz', function (require) {
_extractChannelData: function (slideData){
return {
id: slideData.channelId,
channelEnroll: slideData.enroll,
channelEnroll: slideData.channelEnroll,
signupAllowed: slideData.signupAllowed
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment