diff --git a/src/routes/trust.index.tsx b/src/routes/trust.index.tsx index 423db03..9b8c14f 100644 --- a/src/routes/trust.index.tsx +++ b/src/routes/trust.index.tsx @@ -152,12 +152,28 @@ function TrustLedgerPage() { title="Trust accounting" description="All client trust balances and ledger activity." actions={ - +
+ + + +
} /> + setEntryDialog(null)} + onSaved={(e) => { setEntries((p) => [e, ...p]); setEntryDialog(null); }} + /> +