@undp/carbon-library 1.0.306-CARBON-234.0 → 1.0.306-CARBON-428-bugfix.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -17109,7 +17109,7 @@ var InvestmentCreationComponent = function (props) {
17109
17109
  .unix();
17110
17110
  }
17111
17111
  payload.instrument = Array.isArray(payload.instrument) ? payload.instrument : [payload.instrument];
17112
- payload.fromCompanyIds = data.companyId.map(function (e) { return Number(e); });
17112
+ // payload.fromCompanyIds = data.companyId.map((e) => Number(e));
17113
17113
  payload.percentage = val.percentage;
17114
17114
  payload.toCompanyId = Number(payload.toCompanyId);
17115
17115
  _a.label = 1;