Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsun committed Sep 10, 2024
1 parent 7848e45 commit b8de053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/designer/src/setters/code-setter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ export function ExpressionPopover({

const sandbox = useSandboxQuery();
const evaluateContext: any = sandbox.window;
const evaluateContext: any = sandbox.window;

const handleExpInputChange = (val: string) => {
setExp(val?.trim());
Expand Down

0 comments on commit b8de053

Please sign in to comment.