Skip to content

Commit

Permalink
refactor: success dataset node
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed Jan 25, 2024
1 parent 49a5e92 commit 3ee5a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/workboard/dataset-node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ export function DatasetNode(nodeProps: NodeProps<NodeData>) {
</div>
</div>
<hr />
<p className="text-sm font-semibold">Data</p>
<div className="flex flex-col gap-1">
<ScrollArea className="h-[125px]">
{formData?.data.map((d, i) => (
Expand Down

0 comments on commit 3ee5a0e

Please sign in to comment.