Fix latest build issues from master

This commit is contained in:
Marian Paul
2026-01-27 10:04:58 +01:00
parent 910ca34eac
commit 0072951221
8 changed files with 29 additions and 13 deletions

View File

@@ -120,7 +120,7 @@ export function ProjectSelector({
<Button
variant="ghost"
size="icon-xs"
onClick={(e) => handleDeleteClick(e, project.name)}
onClick={(e: React.MouseEvent) => handleDeleteClick(e, project.name)}
className="text-muted-foreground hover:text-destructive"
>
<Trash2 size={14} />