mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ small improvements
This commit is contained in:
@@ -151,7 +151,7 @@ export const goalKeyResultFields = [
|
||||
minValue: 0,
|
||||
},
|
||||
default: 0,
|
||||
description: 'Required for Percentage, Automatic (when Task IDs or List IDs are filled), Number and Currency',
|
||||
description: 'Required for Percentage, Automatic, Number and Currency',
|
||||
},
|
||||
{
|
||||
displayName: 'Steps End',
|
||||
@@ -161,7 +161,7 @@ export const goalKeyResultFields = [
|
||||
minValue: 0,
|
||||
},
|
||||
default: 0,
|
||||
description: 'Required for Percentage, Automatic (when Task IDs or List IDs are filled), Number and Currency',
|
||||
description: 'Required for Percentage, Automatic, Number and Currency',
|
||||
},
|
||||
{
|
||||
displayName: 'Task IDs',
|
||||
@@ -257,7 +257,7 @@ export const goalKeyResultFields = [
|
||||
typeOptions: {
|
||||
minValue: 0,
|
||||
},
|
||||
default: 0,
|
||||
default: 1,
|
||||
},
|
||||
{
|
||||
displayName: 'Steps End',
|
||||
|
||||
Reference in New Issue
Block a user