Skip to content

Commit 40795d6

Browse files
authored
fix(build): Fix lint issue to fix build (n8n-io#4232)
⚡ Fix build lint issue
1 parent 43dc8e6 commit 40795d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nodes-base/nodes/NocoDB/OperationDescription.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export const operationFields: INodeProperties[] = [
2828
},
2929
},
3030
required: true,
31-
description:
32-
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
31+
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
3332
typeOptions: {
3433
loadOptionsMethod: 'getProjects',
3534
},

0 commit comments

Comments
 (0)