mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Fixed some parameters on Flow-Node
This commit is contained in:
parent
e8979e45e9
commit
9c196416cd
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue