mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
chore: bump pipecat version
This commit is contained in:
parent
e859b92be8
commit
eed48c2054
2 changed files with 2 additions and 1 deletions
2
pipecat
2
pipecat
|
|
@ -1 +1 @@
|
|||
Subproject commit a1fc7ab3c80e3ef963bb03dccc80653be5ede20e
|
||||
Subproject commit 245d6f16843070971f067b302d239e5a2e2346a3
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue