Skip to content

Commit

Permalink
fix: Update Edit.jsx to pass props to BlocksForm - refs #269086
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Aug 6, 2024
1 parent 1a1ac9a commit b4d2838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/manage/Blocks/ConditionalDataBlock/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const Edit = (props) => {
{data.title || 'Conditional block'}
</legend>
<BlocksForm
{...props}
metadata={metadata}
properties={properties}
manage={manage}
Expand Down

0 comments on commit b4d2838

Please sign in to comment.