Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
fd281ea47d
commit
e317ca22df
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user