Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Aug 27, 2024
1 parent db396c8 commit 63abef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Editor = (props: BoxProps & { showInfoBox: boolean }) => {
borderRadius={0}
p="0.625rem 0.5rem 0.625rem 0.5rem"
>
<Text>
<Text onClick={() => console.log(editor.getJSON())}>
You are using Isomer’s new no-code editor.{" "}
<Link
isExternal
Expand Down

0 comments on commit 63abef6

Please sign in to comment.