another section_Id fix

This commit is contained in:
2023-09-26 09:08:47 +02:00
parent eb9b2c06a6
commit 656808255a

View File

@@ -9,7 +9,7 @@ export function useSections() {
{ {
label: item.title, label: item.title,
svg_off: ``, svg_off: ``,
section_id: item.site_section_id, section_id: item.site_id,
image: item.image image: item.image
}, },
PagebuilderSectionPlugin PagebuilderSectionPlugin