impaktapps-ui-builder 1.0.69 → 1.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11202,6 +11202,7 @@ const buildUploadFile = (config2, componentScope2) => {
11202
11202
  const buildDownloadFile = (config2, componentScope2) => {
11203
11203
  const DownloadFile = _.cloneDeep(downloadFile);
11204
11204
  DownloadFile.scope = componentScope2;
11205
+ DownloadFile.config.main.label = config2.label;
11205
11206
  if (config2.layout) {
11206
11207
  DownloadFile.config.layout = config2.layout;
11207
11208
  }