mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Display imageSize property only if "download" is true
This commit is contained in:
parent
06973e2d2a
commit
f32e63acfa
|
@ -130,6 +130,13 @@ export class TelegramTrigger implements INodeType {
|
|||
displayName: 'Image Size',
|
||||
name: 'imageSize',
|
||||
type: 'options',
|
||||
displayOptions: {
|
||||
show: {
|
||||
download: [
|
||||
true,
|
||||
],
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: 'Small',
|
||||
|
|
Loading…
Reference in a new issue