Skip to content

Commit 4588c90

Browse files
committed
fix prop description
1 parent c7cb480 commit 4588c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hubspot/sources/new-custom-object-property-change/new-custom-object-property-change.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
property: {
2121
type: "string",
2222
label: "Property",
23-
description: "The company property to watch for changes",
23+
description: "The custom object property to watch for changes",
2424
async options() {
2525
const properties = await this.getWriteOnlyProperties(this.objectSchema);
2626
return properties.map((property) => property.name);

0 commit comments

Comments
 (0)