diff --git a/packages/editor/src/components/editor/index.js b/packages/editor/src/components/editor/index.js index 5fb671f3714155..889ccb0d5a4b9e 100644 --- a/packages/editor/src/components/editor/index.js +++ b/packages/editor/src/components/editor/index.js @@ -29,6 +29,7 @@ function Editor( { className, styles, customSaveButton, + customSavePanel, forceDisableBlockTools, title, iframeProps, @@ -81,6 +82,7 @@ function Editor( { styles={ styles } enableRegionNavigation={ enableRegionNavigation } customSaveButton={ customSaveButton } + customSavePanel={ customSavePanel } forceDisableBlockTools={ forceDisableBlockTools } title={ title } iframeProps={ iframeProps }