mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
Fixed typo displayName
This commit is contained in:
parent
ec9d8dd4db
commit
5eaf38852b
|
@ -104,7 +104,7 @@ export const roleDescription: INodeProperties[] = [
|
||||||
placeholder: 'Add Field',
|
placeholder: 'Add Field',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
displayName: 'Active123',
|
displayName: 'Active',
|
||||||
name: 'active',
|
name: 'active',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: true,
|
||||||
|
|
Loading…
Reference in a new issue