refactor(nodes-base): Fix typo in Sentry.io node (#4102)
This commit is contained in:
@@ -321,7 +321,7 @@ export const releaseFields: INodeProperties[] = [
|
|||||||
name: 'type',
|
name: 'type',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'The types of changes that happend in that commit',
|
description: 'The types of changes that happened in that commit',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Add',
|
name: 'Add',
|
||||||
@@ -525,7 +525,7 @@ export const releaseFields: INodeProperties[] = [
|
|||||||
name: 'type',
|
name: 'type',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'The types of changes that happend in that commit',
|
description: 'The types of changes that happened in that commit',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Add',
|
name: 'Add',
|
||||||
|
|||||||
Reference in New Issue
Block a user