back-testing-react 2.0.15 → 2.0.16

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.15",
3
+ "version": "2.0.16",
4
4
  "type": "module",
5
5
  "description": "Parametric back testing application developed by NormanMax Insurance Solutions",
6
6
  "main": "dist/index.js",
@@ -410,7 +410,6 @@ const InputProxyStep = forwardRef<WizardStep, InputProxyStepProps>((props,ref) =
410
410
  <div className="ptop-10 pbot-10">
411
411
  <SelectInput
412
412
  disabled={proxy.proxyChoice != RadioChoice.DEFAULT}
413
- onLoad={(e:string | undefined) => updateLocationOption(proxy,e)}
414
413
  onChange={(e:string) => updateLocationOption(proxy,e)}
415
414
  defaultValue={proxy.locationRefId || MISSING_VALUE}
416
415
  placeholder="Select a proxy location"