mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
missing defaults added to fixedCollection
This commit is contained in:
@@ -185,7 +185,8 @@ export const streamFields = [
|
|||||||
{
|
{
|
||||||
displayName: 'Principals',
|
displayName: 'Principals',
|
||||||
name: 'principals',
|
name: 'principals',
|
||||||
type: 'fixedCollection',
|
type: 'fixedCollection',
|
||||||
|
default: '',
|
||||||
description: 'A list of email addresses of the users that will be subscribed/unsubscribed to the streams specified in the subscriptions argument. If not provided, then the requesting user/bot is subscribed.',
|
description: 'A list of email addresses of the users that will be subscribed/unsubscribed to the streams specified in the subscriptions argument. If not provided, then the requesting user/bot is subscribed.',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
|
|||||||
@@ -237,6 +237,7 @@ export const userFields = [
|
|||||||
displayName: 'Profile Data',
|
displayName: 'Profile Data',
|
||||||
name: 'profileData',
|
name: 'profileData',
|
||||||
type: 'fixedCollection',
|
type: 'fixedCollection',
|
||||||
|
default: '',
|
||||||
description: 'A dictionary containing the to be updated custom profile field data for the user.',
|
description: 'A dictionary containing the to be updated custom profile field data for the user.',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user