hides toggle on version 1.1

This commit is contained in:
Ria 2024-11-25 17:51:47 +05:30
parent ccc3f50585
commit cfac3cd9e3

View file

@ -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',