diff --git a/examples/app-crm/src/actions/lead.actions.ts b/examples/app-crm/src/actions/lead.actions.ts index e1d4887663..b1b09e8d3e 100644 --- a/examples/app-crm/src/actions/lead.actions.ts +++ b/examples/app-crm/src/actions/lead.actions.ts @@ -8,7 +8,7 @@ export const ConvertLeadAction: Action = { label: 'Convert Lead', icon: 'arrow-right-circle', type: 'flow', - target: 'lead_conversion_flow', + target: 'lead_conversion', locations: ['record_header', 'list_item'], visible: 'status = "qualified" AND is_converted = false', confirmText: 'Are you sure you want to convert this lead?',