Skip to content

Commit

Permalink
Revert "feat:test"
Browse files Browse the repository at this point in the history
This reverts commit 61d9941.
  • Loading branch information
mokinzhao committed Mar 27, 2021
1 parent 61d9941 commit 7342c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/editor/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Container = (props: {
return (data: any) => {
dispatch({
type: 'editorModal/modPointData',
payload: { ...curPoint, item: { ...curPoint?.item, config: data } },
payload: { ...curPoint, item: { ...curPoint.item, config: data } },
});
};
}, [curPoint, dispatch]);
Expand Down

0 comments on commit 7342c94

Please sign in to comment.