Skip to content

Commit

Permalink
fix: remove duplicate option
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Dec 16, 2024
1 parent 98253b7 commit 06665ae
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/nodes-base/nodes/Baserow/Baserow.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,6 @@ export class Baserow implements INodeType {
description:
'The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG.',
},
{
displayName: 'File URL',
displayOptions: {
show: {
resource: ['file'],
operation: ['upload-via-url'],
},
},
name: 'url',
type: 'string',
default: '',
required: true,
description: 'The URL of the file to upload',
},
...operationFields,
],
};
Expand Down

0 comments on commit 06665ae

Please sign in to comment.