Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:14:20 +00:00
co-authored by renee-png
parent fd281ea47d
commit e317ca22df
+5
View File
@@ -260,6 +260,11 @@ export function CaseCollectionsTab({
<Button variant="outline" onClick={() => setNewHomeownerOpen(true)}>
<UserPlus className="h-4 w-4 mr-2" /> New homeowner
</Button>
{collections.length >= 2 && (
<Button variant="outline" onClick={() => setMergeOpen(true)}>
<GitFork className="h-4 w-4 mr-2 rotate-180" /> Merge
</Button>
)}
<Button onClick={() => setAddOpen(true)}>
<Plus className="h-4 w-4 mr-2" /> Add collection
</Button>