mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
reverts unnecessary changes
This commit is contained in:
parent
3d460a7b76
commit
439fb29fa6
|
@ -1768,23 +1768,7 @@ export class Telegram implements INodeType {
|
|||
},
|
||||
],
|
||||
'message',
|
||||
// [ria] needs to be in options!
|
||||
[
|
||||
{
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
...appendAttributionOption,
|
||||
description:
|
||||
'Whether to include the phrase “This email was sent automatically with n8n” to the end of the email',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
undefined,
|
||||
{
|
||||
noButtonStyle: true,
|
||||
defaultApproveLabel: '✅ Approve',
|
||||
|
|
Loading…
Reference in a new issue