Skip to content

Commit

Permalink
fix(build): Fix lint issue to fix build (#4232)
Browse files Browse the repository at this point in the history
⚡ Fix build lint issue
  • Loading branch information
ivov authored Sep 29, 2022
1 parent 43dc8e6 commit 40795d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nodes-base/nodes/NocoDB/OperationDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export const operationFields: INodeProperties[] = [
},
},
required: true,
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
typeOptions: {
loadOptionsMethod: 'getProjects',
},
Expand Down

0 comments on commit 40795d6

Please sign in to comment.