mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -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.',
|
||||
},
|
||||
{
|
||||
displayName: 'Include empty cells',
|
||||
displayName: 'Include Empty Cells',
|
||||
name: 'includeEmptyCells',
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
|
|
Loading…
Reference in a new issue