mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
refactor: Deprecate alwaysOpenEditWindow for string (#4839)
* 🔥 Remove from client * 📘 Update interface comment * ✏️ Update docs * ⚡ Update nodes * ✏️ Fix typo * ⏪ Restore misremoved property * 🔥 Remove more instances
This commit is contained in:
@@ -336,9 +336,6 @@ export const contactFields: INodeProperties[] = [
|
||||
displayName: 'Membership Note',
|
||||
name: 'membershipNote',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: "The notes relating to the contact's content membership",
|
||||
},
|
||||
@@ -346,9 +343,6 @@ export const contactFields: INodeProperties[] = [
|
||||
displayName: 'Message',
|
||||
name: 'message',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'A default property to be used for any message or comments a contact may want to leave on a form',
|
||||
|
||||
Reference in New Issue
Block a user