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