Skip to content

Commit

Permalink
JENKINS: fix useEffect deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 27, 2020
1 parent c032943 commit b7f81f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/manage/Blocks/Accordion/Edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const Edit = (props) => {
return onChangeBlock(block, {
...data,
data: {
...data?.data,
...data.data,
blocks: {
...data?.data?.blocks,
...data.data.blocks,
[item]: emptyBlocksForm(),
},
},
Expand Down

0 comments on commit b7f81f0

Please sign in to comment.