Skip to content

Commit 4216408

Browse files
authored
Merge pull request #835 from objectstack-ai/copilot/fix-ci-errors-yet-again
2 parents 8bce1ce + f879c0b commit 4216408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/app-crm/src/actions/lead.actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const ConvertLeadAction: Action = {
88
label: 'Convert Lead',
99
icon: 'arrow-right-circle',
1010
type: 'flow',
11-
target: 'lead_conversion_flow',
11+
target: 'lead_conversion',
1212
locations: ['record_header', 'list_item'],
1313
visible: 'status = "qualified" AND is_converted = false',
1414
confirmText: 'Are you sure you want to convert this lead?',

0 commit comments

Comments
 (0)