mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🐛 Fixed some parameters on Flow-Node
This commit is contained in:
@@ -158,7 +158,7 @@ export const taskFields = [
|
|||||||
displayName: 'Note Mime Type',
|
displayName: 'Note Mime Type',
|
||||||
name: 'noteMimeType',
|
name: 'noteMimeType',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: [],
|
default: 'text/plain',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'text/plain',
|
name: 'text/plain',
|
||||||
@@ -351,7 +351,7 @@ export const taskFields = [
|
|||||||
displayName: 'Note Mime Type',
|
displayName: 'Note Mime Type',
|
||||||
name: 'noteMimeType',
|
name: 'noteMimeType',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: [],
|
default: 'text/plain',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'text/plain',
|
name: 'text/plain',
|
||||||
@@ -564,7 +564,7 @@ export const taskFields = [
|
|||||||
displayName: 'Order',
|
displayName: 'Order',
|
||||||
name: 'order',
|
name: 'order',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: [],
|
default: 'created_at',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Due On',
|
name: 'Due On',
|
||||||
|
|||||||
Reference in New Issue
Block a user