fix(PagerDuty Node): Fix typos for incident descriptions (no-changelog) (#7267)

This commit is contained in:
Jon
2023-09-27 08:07:58 +01:00
committed by GitHub
parent 251abe9240
commit 2c4e25c06b

View File

@@ -297,10 +297,10 @@ export const incidentFields: INodeProperties[] = [
}, },
{ {
name: 'Assignees', name: 'Assignees',
value: 'assigness', value: 'assignees',
}, },
{ {
name: 'Conferenece Bridge', name: 'Conference Bridge',
value: 'conferenceBridge', value: 'conferenceBridge',
}, },
{ {
@@ -550,7 +550,7 @@ export const incidentFields: INodeProperties[] = [
type: 'options', type: 'options',
options: [ options: [
{ {
name: 'Hight', name: 'High',
value: 'high', value: 'high',
}, },
{ {