Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jul 2, 2024
1 parent 4470b93 commit b08a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DescriptionBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const DescriptionBlockEdit = (props) => {
plaintext: text,
});
}
}, [plainValue, text, onChangeField, onChangeBlock, block]);
}, [data, plainValue, text, onChangeField, onChangeBlock, block]);

return (
<div className={config.blocks.blocksConfig.description.className}>
Expand Down

0 comments on commit b08a7b7

Please sign in to comment.