Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
33430125cf
commit
4467567bb6
@@ -179,6 +179,11 @@ function CaseDetail() {
|
||||
>
|
||||
<ArrowRightLeft className="h-4 w-4 mr-2" /> Reassign client
|
||||
</Button>
|
||||
{(data.client?.client_type === "hoa" || data.client?.client_type === "condo") && (
|
||||
<Button variant="outline" onClick={() => setConvertOpen(true)}>
|
||||
<GitFork className="h-4 w-4 mr-2" /> Convert to collections
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
variant="outline"
|
||||
onClick={async () => {
|
||||
|
||||
Reference in New Issue
Block a user