We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dc841 commit dc2fdabCopy full SHA for dc2fdab
nodes/ShopwareAdminNode/ShopwareAdminNode.node.ts
@@ -104,7 +104,8 @@ export class ShopwareAdminNode implements INodeType {
104
icon: 'file:shopware.svg',
105
group: ['transform'],
106
version: 1,
107
- subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
+ subtitle:
108
+ '={{$parameter["operation"] && ($parameter["operation"] + ": ") + $parameter["resource"]}}',
109
description: 'Shopware',
110
defaults: {
111
name: 'Shopware',
0 commit comments