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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
},
{