diff --git a/packages/nodes-base/nodes/Baserow/Baserow.node.ts b/packages/nodes-base/nodes/Baserow/Baserow.node.ts index 6b2c0cec212f5..d87ff7b959f9c 100644 --- a/packages/nodes-base/nodes/Baserow/Baserow.node.ts +++ b/packages/nodes-base/nodes/Baserow/Baserow.node.ts @@ -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, ], };