Skip to content

Commit

Permalink
fix: rendering of listing blocks inside defaultTemplate #257871
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Sep 18, 2023
1 parent f29c1df commit 40ad609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Group/DefaultBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const GroupBlockDefaultBody = (props) => {
)}
</BlocksForm>
) : (
<RenderBlocks {...props} metadata={metadata} content={data?.data || {}} />
<RenderBlocks metadata={metadata} content={data?.data || {}} />
);
};

Expand Down

0 comments on commit 40ad609

Please sign in to comment.