Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 25, 2020
1 parent 35327d7 commit 03d6ed8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/manage/Blocks/Group/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const Edit = (props) => {
allowedBlocks={data.allowedBlocks}
title={data.placeholder}
description={data?.instructions?.data}
onSelectBlock={(id) => {
setSelectedBlock(id);
}}
onSelectBlock={(id) => setSelectedBlock(id)}
onChangeFormData={(newFormData) => {
onChangeBlock(block, {
...data,
Expand Down

0 comments on commit 03d6ed8

Please sign in to comment.