Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 27, 2024
1 parent d364406 commit 519de16
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions autogpt_platform/frontend/src/components/CustomNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ import {
import { beautifyString, cn, setNestedProperty } from "@/lib/utils";
import { Button } from "@/components/ui/button";
import { Switch } from "@/components/ui/switch";
import { Copy, Trash2 } from "lucide-react";
import { history } from "./history";
import NodeHandle from "./NodeHandle";
import {
NodeGenericInputField,
NodeTextBoxInput,
} from "./node-input-components";
import SchemaTooltip from "./SchemaTooltip";
import { getPrimaryCategoryColor } from "@/lib/utils";
import { FlowContext } from "./Flow";
import { Badge } from "./ui/badge";
import DataTable from "./DataTable";
import NodeOutputs from "./NodeOutputs";
import { IconCoin } from "./ui/icons";
import * as Separator from "@radix-ui/react-separator";
Expand Down Expand Up @@ -711,11 +708,6 @@ export function CustomNode({ data, id, width, height }: NodeProps<CustomNode>) {
truncateLongData
data={data.executionResults!.at(-1)?.data || {}}
/>
{/* <DataTable
title="Latest Output"
truncateLongData
data={data.executionResults!.at(-1)?.data || {}}
/> */}
<div className="flex justify-end">
<Button variant="ghost" onClick={handleOutputClick}>
View More
Expand Down

0 comments on commit 519de16

Please sign in to comment.