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
|
@@ -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"
|