Skip to content

Commit

Permalink
pass customSavePanel
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jul 2, 2024
1 parent b9e25f3 commit 178ced1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/editor/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function Editor( {
className,
styles,
customSaveButton,
customSavePanel,
forceDisableBlockTools,
title,
iframeProps,
Expand Down Expand Up @@ -81,6 +82,7 @@ function Editor( {
styles={ styles }
enableRegionNavigation={ enableRegionNavigation }
customSaveButton={ customSaveButton }
customSavePanel={ customSavePanel }
forceDisableBlockTools={ forceDisableBlockTools }
title={ title }
iframeProps={ iframeProps }
Expand Down

0 comments on commit 178ced1

Please sign in to comment.