From 656808255a94261786b075d7cba53d8aed0211c1 Mon Sep 17 00:00:00 2001 From: szymon Date: Tue, 26 Sep 2023 09:08:47 +0200 Subject: [PATCH] another section_Id fix --- src/components/registerSections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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