From 3b4ce819f08a9d90b371090e5cbf024184c2d51d Mon Sep 17 00:00:00 2001 From: arditdomi <32884230+arditdomi@users.noreply.github.com> Date: Sun, 2 Aug 2020 00:14:48 +0200 Subject: [PATCH] [AAE-3208] Remove local file widget param for attach-file-cloud-widget (#5943) --- .../widgets/attach-file/attach-file-cloud-widget.component.ts | 1 - 1 file changed, 1 deletion(-) 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' ); }