Skip to content

Commit 0021cd1

Browse files
committed
fix descriptions
1 parent 00501c2 commit 0021cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/pipedrive/actions/search-leads/search-leads.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ export default {
3232
pipedriveApp,
3333
"personId",
3434
],
35-
description: "Will filter Deals by the provided Person ID",
35+
description: "Will filter leads by the provided Person ID",
3636
},
3737
organizationId: {
3838
propDefinition: [
3939
pipedriveApp,
4040
"organizationId",
4141
],
42-
description: "Will filter Deals by the provided Organization ID",
42+
description: "Will filter leads by the provided Organization ID",
4343
},
4444
includeFields: {
4545
type: "string",

0 commit comments

Comments
 (0)