mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user