Skip to content

Commit ddc98f7

Browse files
committed
updates
1 parent 9455a68 commit ddc98f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/hubspot/actions/search-crm/search-crm.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export default {
5555
} catch {
5656
props.customObjectType = {
5757
type: "string",
58+
label: "Custom Object Type",
59+
reloadProps: true,
5860
};
5961
}
6062
}
@@ -147,7 +149,8 @@ export default {
147149
} catch {
148150
props.creationProps = {
149151
type: "object",
150-
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",
151154
};
152155
}
153156
}

0 commit comments

Comments
 (0)