Skip to content

Commit 1d291b1

Browse files
agau-odoobso-odoo
authored andcommitted
remove useless withSequence from Course Page option
1 parent 01673a6 commit 1d291b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

addons/html_builder/static/src/website_sales_slides/course_page_option_plugin.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
import { Plugin } from "@html_editor/plugin";
2-
import { withSequence } from "@html_editor/utils/resource";
32
import { _t } from "@web/core/l10n/translation";
43
import { registry } from "@web/core/registry";
54

65
class CoursePageOptionPlugin extends Plugin {
76
static id = "coursePageOption";
87
resources = {
98
builder_options: [
10-
withSequence(15, {
9+
{
1110
template: "website_sales_slides.CoursePageOption",
1211
selector: "main:has(.o_wslides_course_header)",
1312
editableOnly: false,
1413
title: _t("Course Page"),
1514
groups: ["website.group_website_designer"],
16-
}),
15+
},
1716
],
1817
};
1918
}

0 commit comments

Comments
 (0)