fix(Linear Node): Fix issue with error handling (#12191)

This commit is contained in:
Jon
2024-12-16 17:39:25 +00:00
committed by GitHub
parent 0c15e30778
commit b8eae5f28a
3 changed files with 167 additions and 8 deletions

View File

@@ -71,6 +71,12 @@ export class LinearTrigger implements INodeType {
],
default: 'apiToken',
},
{
displayName: 'Make sure your credential has the "Admin" scope to create webhooks.',
name: 'notice',
type: 'notice',
default: '',
},
{
displayName: 'Team Name or ID',
name: 'teamId',