Skip to content

Commit

Permalink
chore: updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Apr 5, 2022
1 parent e296841 commit 057b8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const Sidebar = ({
{subblock.title
? redraft(
subblock.title,
config.settings.ToHTMLRenderers,
config.settings.ToHTMLOptions,
config.settings.richtextViewSettings.ToHTMLRenderers,
config.settings.richtextViewSettings.ToHTMLOptions,
)
: `Blocco ${index + 1}`}
{selected === index ? (
Expand Down

0 comments on commit 057b8e0

Please sign in to comment.