mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(PagerDuty Node): Fix typos for incident descriptions (no-changelog) (#7267)
This commit is contained in:
@@ -297,10 +297,10 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
{
|
||||
name: 'Assignees',
|
||||
value: 'assigness',
|
||||
value: 'assignees',
|
||||
},
|
||||
{
|
||||
name: 'Conferenece Bridge',
|
||||
name: 'Conference Bridge',
|
||||
value: 'conferenceBridge',
|
||||
},
|
||||
{
|
||||
@@ -550,7 +550,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Hight',
|
||||
name: 'High',
|
||||
value: 'high',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user