fix(set Node): Add tooltip to Duplicate Items (no-changelog) (#19841)

This commit is contained in:
Annabel Church 2025-09-25 10:32:53 +02:00 committed by GitHub
parent 0475599957
commit e2bbe98d4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ const versionDescription: INodeTypeDescription = {
type: 'boolean',
default: false,
isNodeSetting: true,
description: 'Whether this item should be duplicated a set number of times',
},
{
displayName: 'Duplicate Item Count',