diff --git a/pipecat b/pipecat index a1fc7ab3..245d6f16 160000 --- a/pipecat +++ b/pipecat @@ -1 +1 @@ -Subproject commit a1fc7ab3c80e3ef963bb03dccc80653be5ede20e +Subproject commit 245d6f16843070971f067b302d239e5a2e2346a3 diff --git a/ui/src/components/workflow-runs/CampaignRuns.tsx b/ui/src/components/workflow-runs/CampaignRuns.tsx index 986c350a..63bee66f 100644 --- a/ui/src/components/workflow-runs/CampaignRuns.tsx +++ b/ui/src/components/workflow-runs/CampaignRuns.tsx @@ -61,6 +61,7 @@ export function CampaignRuns({ campaignId, workflowId, searchParams }: CampaignR const workflow = response.data; const codes = workflow?.call_disposition_codes?.disposition_codes; + if (codes && codes.length > 0) { setConfiguredAttributes(prev => prev.map(attr => { if (attr.id === 'dispositionCode') { return {