mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(HubSpot Node): Fix typo in Company update fields (no-changelog) (#7711)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
48b240b026
commit
91c3ea87fe
|
@ -518,7 +518,7 @@ export const companyFields: INodeProperties[] = [
|
|||
description: 'The domain name of the company or organization',
|
||||
},
|
||||
{
|
||||
displayName: 'Company Owmer Name or ID',
|
||||
displayName: 'Company Owner Name or ID',
|
||||
name: 'companyOwner',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
|
|
Loading…
Reference in a new issue