fix(Set Node): Null should not throw an error (#7416)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Michael Kret
2023-10-12 18:07:12 +03:00
committed by GitHub
parent 46977a2aff
commit e9b6ab04cd
5 changed files with 258 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ const versionDescription: INodeTypeDescription = {
name: 'set',
icon: 'fa:pen',
group: ['input'],
version: [3, 3.1],
version: [3, 3.1, 3.2],
description: 'Change the structure of your items',
subtitle: '={{$parameter["mode"]}}',
defaults: {