Skip to content

Commit 161c221

Browse files
pipelineId - integer
1 parent 87bef6a commit 161c221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pipedrive/pipedrive.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default {
189189
},
190190
},
191191
pipelineId: {
192-
type: "string",
192+
type: "integer",
193193
label: "Pipeline ID",
194194
description: "ID of the pipeline this activity will be associated with",
195195
optional: true,

0 commit comments

Comments
 (0)