Skip to content

Commit

Permalink
fix(HTTP Request Node): Enable expressions for binary input data fiel…
Browse files Browse the repository at this point in the history
…ds (#7782)

Github issue / Community forum post (link here to close automatically):
#7775
  • Loading branch information
maspio authored and netroy committed Nov 29, 2023
1 parent 37e769a commit 7ec748a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ export class HttpRequestV3 implements INodeType {
displayName: 'Input Data Field Name',
name: 'inputDataFieldName',
type: 'string',
noDataExpression: true,
displayOptions: {
show: {
parameterType: ['formBinaryData'],
Expand Down Expand Up @@ -636,7 +635,6 @@ export class HttpRequestV3 implements INodeType {
displayName: 'Input Data Field Name',
name: 'inputDataFieldName',
type: 'string',
noDataExpression: true,
displayOptions: {
show: {
sendBody: [true],
Expand Down

0 comments on commit 7ec748a

Please sign in to comment.