mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Make sticky node content parameter non require to support empty stickies (#9192)
This commit is contained in:
@@ -26,7 +26,6 @@ export class StickyNote implements INodeType {
|
||||
displayName: 'Content',
|
||||
name: 'content',
|
||||
type: 'string',
|
||||
required: true,
|
||||
default:
|
||||
"## I'm a note \n**Double click** to edit me. [Guide](https://docs.n8n.io/workflows/sticky-notes/)",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user