ps-toolkit-ui 1.7.51 → 1.7.52

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.
@@ -4114,7 +4114,6 @@
4114
4114
  this.inp.data = function () {
4115
4115
  var result = {};
4116
4116
  result[_this.inp.name] = _this.inp.name;
4117
- result[_this.inp.name + 'File'] = _this.inp.name;
4118
4117
  if (_this.inp.value && typeof _this.inp.value !== 'string') {
4119
4118
  if (!_this.inp.exportPdf) {
4120
4119
  result[_this.inp.name + 'File'] = _this.inp.value.filter(function (x) { return typeof x !== 'string'; });