Skip to content

Commit 4a590e2

Browse files
committed
Updated package
1 parent ca26fe0 commit 4a590e2

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

smart-spreadsheet/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smart-spreadsheet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@radix-ui/react-tooltip": "^1.2.8",
1515
"@supabase/ssr": "^0.8.0",
1616
"@supabase/supabase-js": "^2.89.0",
17-
"@trigger.dev/react-hooks": "^4.3.1",
18-
"@trigger.dev/sdk": "^4.3.1",
17+
"@trigger.dev/react-hooks": "4.3.2",
18+
"@trigger.dev/sdk": "4.3.2",
1919
"ai": "^5.0.121",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
@@ -39,4 +39,4 @@
3939
"tw-animate-css": "^1.4.0",
4040
"typescript": "^5"
4141
}
42-
}
42+
}

smart-spreadsheet/src/components/spreadsheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export function Spreadsheet({ initialCompanies }: SpreadsheetProps) {
408408
{hasText && (
409409
<button
410410
onClick={() => handleEnrichDraft(rowIndex)}
411-
className="p-1 hover:bg-muted rounded transition-colors"
411+
className="p-1 hover:bg-muted rounded transition-colors cursor-pointer"
412412
title="Enrich with AI"
413413
>
414414
<LucideWandSparkles className="h-3 w-3 text-blue-400" />

0 commit comments

Comments
 (0)