mirror of
https://github.com/aljazceru/n8n-nodes-signal-cli.git
synced 2025-12-17 06:14:20 +01:00
fix
This commit is contained in:
@@ -84,6 +84,7 @@ export class Signal implements INodeType {
|
||||
displayName: 'Account',
|
||||
name: 'account',
|
||||
type: 'string',
|
||||
description: 'Phone number (international format)',
|
||||
default: '',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
@@ -98,7 +99,7 @@ export class Signal implements INodeType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Phone number or group ID of the recipient',
|
||||
description: 'Phone number (international format) or group ID of the recipient',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['message'],
|
||||
|
||||
@@ -32,13 +32,6 @@ export class SignalTrigger implements INodeType {
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Account',
|
||||
name: 'account',
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user