[AAE-3208] Remove local file widget param for attach-file-cloud-widget (#5943)

This commit is contained in:
arditdomi
2020-08-02 00:14:48 +02:00
committed by GitHub
parent dc912aea5b
commit 3b4ce819f0

View File

@@ -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'
);
}