mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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:
@@ -404,9 +404,6 @@ export class Redis implements INodeType {
|
||||
operation: ['publish'],
|
||||
},
|
||||
},
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Data to publish',
|
||||
@@ -436,9 +433,6 @@ export class Redis implements INodeType {
|
||||
operation: ['push'],
|
||||
},
|
||||
},
|
||||
typeOptions: {
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Data to push',
|
||||
|
||||
Reference in New Issue
Block a user