mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
fix(Google Sheets Node): Inconsistent Google Sheet Tool update behavior due to wrong type of row_number field (#16632)
This commit is contained in:
parent
6408d5a1b0
commit
91206ef3cc
|
|
@ -84,7 +84,7 @@ describe('Google Sheets, getMappingColumns', () => {
|
|||
readOnly: true,
|
||||
removed: true,
|
||||
required: false,
|
||||
type: 'string',
|
||||
type: 'number',
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export async function getMappingColumns(
|
|||
required: false,
|
||||
defaultMatch: false,
|
||||
display: true,
|
||||
type: 'string',
|
||||
type: 'number',
|
||||
canBeUsedToMatch: true,
|
||||
readOnly: true,
|
||||
removed: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user