mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Fix display issue with AccountID before Operation & other small fixes
This commit is contained in:
@@ -221,13 +221,6 @@ export const taskFields = [
|
||||
default: 0,
|
||||
description: 'The default hourly rate to use for this task when it is added to a project. Defaults to 0.',
|
||||
},
|
||||
{
|
||||
displayName: 'Is Default',
|
||||
name: 'is_default',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether this task should be automatically added to future projects. Defaults to false.',
|
||||
},
|
||||
{
|
||||
displayName: 'Is Active',
|
||||
name: 'is_active',
|
||||
@@ -235,8 +228,16 @@ export const taskFields = [
|
||||
default: true,
|
||||
description: 'Whether this task is active or archived. Defaults to true',
|
||||
},
|
||||
{
|
||||
displayName: 'Is Default',
|
||||
name: 'is_default',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether this task should be automatically added to future projects. Defaults to false.',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* task:update */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user