ps-toolkit-ui 1.6.71 → 1.6.72

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.
@@ -1814,7 +1814,7 @@
1814
1814
  this.inputs.forEach(function (inp) {
1815
1815
  var iv = _.get(d, inp.name);
1816
1816
  if (inp.type === exports.InputType.Vehicle) {
1817
- var ivt = _.get(d, inp.name + 'Type');
1817
+ var ivt = _.get(d, 'Type');
1818
1818
  inp.setValue({ Value: iv, Type: ivt }, true);
1819
1819
  }
1820
1820
  else if (inp.type === exports.InputType.VehicleSearch) {