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