mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
docs(Microsoft Outlook Trigger Node): Copy tweak (no-changelog) (#8944)
This commit is contained in:
parent
3f13d8f41a
commit
69363e461b
|
@ -36,7 +36,7 @@ export class MicrosoftOutlookTrigger implements INodeType {
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
displayName: 'Event',
|
displayName: 'Trigger On',
|
||||||
name: 'event',
|
name: 'event',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: 'messageReceived',
|
default: 'messageReceived',
|
||||||
|
|
Loading…
Reference in a new issue