diff --git a/src/app/(dashboard)/playbooks/page.tsx b/src/app/(dashboard)/playbooks/page.tsx index d564b82..e840d0c 100644 --- a/src/app/(dashboard)/playbooks/page.tsx +++ b/src/app/(dashboard)/playbooks/page.tsx @@ -95,6 +95,7 @@ export default function PlaybooksPage() { headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ action: 'playbooks.progress.upsert', + id: p.id, Account_Name: p.Account_Name, playbook_id: p.playbook_id, current_step: isComplete ? p.current_step : nextStep,