We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bce1ce + f879c0b commit 4216408Copy full SHA for 4216408
1 file changed
examples/app-crm/src/actions/lead.actions.ts
@@ -8,7 +8,7 @@ export const ConvertLeadAction: Action = {
8
label: 'Convert Lead',
9
icon: 'arrow-right-circle',
10
type: 'flow',
11
- target: 'lead_conversion_flow',
+ target: 'lead_conversion',
12
locations: ['record_header', 'list_item'],
13
visible: 'status = "qualified" AND is_converted = false',
14
confirmText: 'Are you sure you want to convert this lead?',
0 commit comments