Skip to content

Commit

Permalink
Fix(Builder): beautifyString duplicated import (#7679)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentlybro authored Aug 2, 2024
1 parent 49a1843 commit f5fe962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rnd/autogpt_builder/src/components/CustomNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import './customnode.css';
import InputModalComponent from './InputModalComponent';
import OutputModalComponent from './OutputModalComponent';
import { BlockIORootSchema, NodeExecutionResult } from '@/lib/autogpt-server-api/types';
import { beautifyString } from '@/lib/utils';
import { BlockSchema } from '@/lib/types';
import { beautifyString, setNestedProperty } from '@/lib/utils';
import { Switch } from "@/components/ui/switch"
Expand Down

0 comments on commit f5fe962

Please sign in to comment.