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:45:45 +00:00
co-authored by renee-png
parent 17a5b5eff5
commit 883884aed0
+7
View File
@@ -532,6 +532,13 @@ function CollectionDetailRoute() {
onSaved={refreshTasks}
/>
<ApplyCollectionWorkflowDialog
open={applyWfOpen}
onOpenChange={setApplyWfOpen}
collectionId={collection.id}
onApplied={refreshTasks}
/>
{collection.case?.client?.id && (
<GenerateInvoiceDialog
open={invoiceOpen}