mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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:
@@ -135,9 +135,6 @@ export const taskFields: INodeProperties[] = [
|
||||
displayName: 'Note Content',
|
||||
name: 'noteContent',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: "Provide the content for the task's note",
|
||||
},
|
||||
@@ -315,9 +312,6 @@ export const taskFields: INodeProperties[] = [
|
||||
displayName: 'Note Content',
|
||||
name: 'noteContent',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: "Provide the content for the task's note",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user