mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Display conditions in displayOptions (no-changelog) (#7888)
This commit is contained in:
@@ -44,7 +44,7 @@ export const employeeCreateDescription: EmployeeProperties = [
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
...createEmployeeSharedDescription(true),
|
||||
...(createEmployeeSharedDescription(true) as EmployeeProperties),
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
name: 'additionalFields',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const employeeUpdateDescription: EmployeeProperties = [
|
||||
description:
|
||||
'Whether the employee to create was added to a pay schedule synced with Trax Payroll',
|
||||
},
|
||||
...updateEmployeeSharedDescription(true),
|
||||
...(updateEmployeeSharedDescription(true) as EmployeeProperties),
|
||||
{
|
||||
displayName: 'Update Fields',
|
||||
name: 'updateFields',
|
||||
|
||||
Reference in New Issue
Block a user