Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Jan 19, 2025
1 parent 866da39 commit 4ecc155
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ui/src/components/cluster-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Badge } from "@/components/ui/badge";
import { FolderOpen, MessageCircle } from "lucide-react";
import { Cluster } from "@/types/analytics";
import { Conversation } from "@/types/conversation";
import { Dialog } from "./ui/dialog";
import ChatDialog from "./ChatDialog";

interface ClusterDetailProps {
Expand Down
1 change: 0 additions & 1 deletion ui/src/components/cluster-tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function ClusterTreeItem({
{isExpanded &&
childClusters.map((child) => (
<ClusterTreeItem
conversations={conversations}
key={child.id}
cluster={child}
allClusters={allClusters}
Expand Down
2 changes: 1 addition & 1 deletion ui/tsconfig.app.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/analytics-charts.tsx","./src/components/cluster-details.tsx","./src/components/cluster-tree.tsx","./src/components/cluster.tsx","./src/components/umap_visualisation.tsx","./src/components/upload-button.tsx","./src/components/ui/badge.tsx","./src/components/ui/button.tsx","./src/components/ui/card.tsx","./src/components/ui/chart.tsx","./src/components/ui/resizable.tsx","./src/components/ui/scroll-area.tsx","./src/components/ui/separator.tsx","./src/components/ui/tabs.tsx","./src/lib/area-calculations.ts","./src/lib/utils.ts","./src/types/analytics.ts"],"version":"5.6.3"}
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/chatdialog.tsx","./src/components/analytics-charts.tsx","./src/components/cluster-details.tsx","./src/components/cluster-tree.tsx","./src/components/cluster.tsx","./src/components/code-block.tsx","./src/components/markdown.tsx","./src/components/umap_visualisation.tsx","./src/components/upload-dialog.tsx","./src/components/upload-form.tsx","./src/components/ui/badge.tsx","./src/components/ui/button.tsx","./src/components/ui/card.tsx","./src/components/ui/chart.tsx","./src/components/ui/checkbox.tsx","./src/components/ui/collapsible.tsx","./src/components/ui/dialog.tsx","./src/components/ui/input.tsx","./src/components/ui/label.tsx","./src/components/ui/resizable.tsx","./src/components/ui/scroll-area.tsx","./src/components/ui/select.tsx","./src/components/ui/separator.tsx","./src/components/ui/tabs.tsx","./src/lib/area-calculations.ts","./src/lib/utils.ts","./src/types/analytics.ts","./src/types/conversation.ts"],"version":"5.6.3"}

0 comments on commit 4ecc155

Please sign in to comment.