mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(AWS DynamoDB Node): Incorrect parameter names (#16408)
This commit is contained in:
@@ -418,7 +418,7 @@ export const itemFields: INodeProperties[] = [
|
||||
options: [
|
||||
{
|
||||
name: 'expressionAttributeValues',
|
||||
displayName: 'Expression Attribute Vaue',
|
||||
displayName: 'Expression Attribute Value',
|
||||
values: [
|
||||
{
|
||||
displayName: 'Attribute',
|
||||
|
||||
Reference in New Issue
Block a user