mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Add placeholder for Company URN on LinkedIn Node
This commit is contained in:
parent
6a3090dc96
commit
6f39be03f1
|
@ -74,7 +74,8 @@ export const postFields = [
|
|||
name: 'organization',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'URN of Organization as which the post should be posted as',
|
||||
placeholder: '1234567',
|
||||
description: 'URN of Organization as which the post should be posted as.',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
|
|
Loading…
Reference in a new issue