diff --git a/src/components/registerSections.js b/src/components/registerSections.js index 99149a4..86a3473 100644 --- a/src/components/registerSections.js +++ b/src/components/registerSections.js @@ -9,7 +9,7 @@ export function useSections() { { label: item.title, svg_off: ``, - section_id: item.site_section_id, + section_id: item.site_id, image: item.image }, PagebuilderSectionPlugin