mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
hides toggle on version 1.1
This commit is contained in:
parent
ccc3f50585
commit
cfac3cd9e3
|
@ -250,6 +250,11 @@ export class Summarize implements INodeType {
|
|||
default: false,
|
||||
description:
|
||||
"Whether to continue if field to summarize can't be found in any items and return single empty item, otherwise an error would be thrown",
|
||||
displayOptions: {
|
||||
hide: {
|
||||
'@version': [1.1],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Disable Dot Notation',
|
||||
|
|
Loading…
Reference in a new issue