We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9455a68 commit ddc98f7Copy full SHA for ddc98f7
components/hubspot/actions/search-crm/search-crm.mjs
@@ -55,6 +55,8 @@ export default {
55
} catch {
56
props.customObjectType = {
57
type: "string",
58
+ label: "Custom Object Type",
59
+ reloadProps: true,
60
};
61
}
62
@@ -147,7 +149,8 @@ export default {
147
149
148
150
props.creationProps = {
151
type: "object",
- label: "A JSON object containing the object to create if not found",
152
+ label: "Object Properties",
153
+ description: "A JSON object containing the object to create if not found",
154
155
156
0 commit comments