mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Linear Node): Fix issue with error handling (#12191)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user