mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Minor naming fix
This commit is contained in:
parent
35f6fe8298
commit
16438ea8f7
|
@ -207,7 +207,7 @@ export class SpreadsheetFile implements INodeType {
|
||||||
description: 'File name to set in binary data. By default will "spreadsheet.<fileFormat>" be used.',
|
description: 'File name to set in binary data. By default will "spreadsheet.<fileFormat>" be used.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Include empty cells',
|
displayName: 'Include Empty Cells',
|
||||||
name: 'includeEmptyCells',
|
name: 'includeEmptyCells',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
|
|
Loading…
Reference in a new issue