mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Expand nodes-base formatting validation (no-changelog) (#4689)
* ⚡ Simplify `format` command * 🎨 Format more deeply nested files
This commit is contained in:
@@ -33,8 +33,8 @@ export const boardItemOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Create',
|
||||
value: 'create',
|
||||
description: 'Create an item in a board\'s group',
|
||||
action: 'Create an item in a board\'s group',
|
||||
description: "Create an item in a board's group",
|
||||
action: "Create an item in a board's group",
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
|
||||
Reference in New Issue
Block a user