diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts index 38d5288c1f..ab88fd09f1 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts @@ -71,7 +71,6 @@ export class AttachFileCloudWidgetComponent extends UploadCloudWidgetComponent this.field.params && this.field.params.fileSource && this.field.params.fileSource.serviceId === 'all-file-sources' - || this.field.params.fileSource.serviceId === 'local-file' ); }