Skip to content

Commit e705d77

Browse files
committed
fix prop
1 parent 8aa0a5a commit e705d77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/attio/actions/get-record/get-record.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ export default {
1515
],
1616
},
1717
recordId: {
18-
recordId: {
19-
label: "Record ID",
20-
description: "The identifier of the record to retrieve.",
21-
},
18+
type: "string",
19+
label: "Record ID",
20+
description: "The identifier of the record to retrieve.",
2221
propDefinition: [
2322
attio,
2423
"recordId",

0 commit comments

Comments
 (0)