n8n-nodes-chatflow 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -159,7 +159,7 @@ class ChatflowTrigger {
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
ChatflowTrigger.description = {
|
|
162
|
-
displayName: '
|
|
162
|
+
displayName: 'On any action',
|
|
163
163
|
name: 'chatflowTrigger',
|
|
164
164
|
icon: {
|
|
165
165
|
light: 'file:black.svg',
|
|
@@ -167,8 +167,8 @@ ChatflowTrigger.description = {
|
|
|
167
167
|
},
|
|
168
168
|
group: ['trigger'],
|
|
169
169
|
version: 1.1,
|
|
170
|
-
subtitle: '
|
|
171
|
-
description: 'Triggers workflow on
|
|
170
|
+
subtitle: 'Chatflow Trigger',
|
|
171
|
+
description: 'Triggers workflow on any action via Chatflow',
|
|
172
172
|
defaults: { name: 'Chatflow Trigger' },
|
|
173
173
|
inputs: [],
|
|
174
174
|
outputs: [{ type: 'main' }],
|