diff --git a/packages/nodes-base/nodes/Flow/TaskDescription.ts b/packages/nodes-base/nodes/Flow/TaskDescription.ts index 657e963f2..1b946df42 100644 --- a/packages/nodes-base/nodes/Flow/TaskDescription.ts +++ b/packages/nodes-base/nodes/Flow/TaskDescription.ts @@ -158,7 +158,7 @@ export const taskFields = [ displayName: 'Note Mime Type', name: 'noteMimeType', type: 'options', - default: [], + default: 'text/plain', options: [ { name: 'text/plain', @@ -351,7 +351,7 @@ export const taskFields = [ displayName: 'Note Mime Type', name: 'noteMimeType', type: 'options', - default: [], + default: 'text/plain', options: [ { name: 'text/plain', @@ -564,7 +564,7 @@ export const taskFields = [ displayName: 'Order', name: 'order', type: 'options', - default: [], + default: 'created_at', options: [ { name: 'Due On',