Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 23:49:32 +00:00
co-authored by renee-png
parent e1d9f36a3b
commit 38a9e7c591
+2
View File
@@ -70,6 +70,7 @@ import {
verticalListSortingStrategy,
} from "@dnd-kit/sortable";
import { SortableLedgerRow } from "./ledger-row";
import { ApplyCollectionWorkflowDialog } from "@/components/collections/apply-collection-workflow-dialog";
const TXN_TYPES = [
{ value: "assessment", label: "Assessment" },
@@ -141,6 +142,7 @@ export function CaseCollectionsTab({
// dialogs
const [addOpen, setAddOpen] = useState(false);
const [newHomeownerOpen, setNewHomeownerOpen] = useState(false);
const [wfCollectionId, setWfCollectionId] = useState<string | null>(null);
const load = async () => {
setLoading(true);