back-testing-react 2.0.13 → 2.0.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "back-testing-react",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "type": "module",
5
5
  "description": "Parametric back testing application developed by NormanMax Insurance Solutions",
6
6
  "main": "dist/index.js",
@@ -460,7 +460,6 @@ const InputProxyStep = forwardRef<WizardStep, InputProxyStepProps>((props,ref) =
460
460
  <div className="">
461
461
  <SelectInput
462
462
  disabled={proxy.proxyChoice != RadioChoice.DEFAULT}
463
- onLoad={(e:string|undefined) => updatePayoutOption(proxy,e)}
464
463
  onChange={(e:string) => updatePayoutOption(proxy,e)}
465
464
  defaultValue={payoutOptions && payoutOptions.length > 0 ? proxy.payoutTableRefId || payoutOptions[0].refId : MISSING_VALUE}
466
465
  placeholder="No Payout Tables Defined"