back-testing-react 2.1.7 → 2.1.9
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
|
@@ -668,7 +668,6 @@ const InputPGAStep = forwardRef<WizardStep, InputPGAStepProps>((props,ref) => {
|
|
|
668
668
|
<AccordionDetails>
|
|
669
669
|
<div className="ptop-10 pbot-10">
|
|
670
670
|
<SelectInput
|
|
671
|
-
onLoad={(e:string) => updatePGAShapeOption(pga,e)}
|
|
672
671
|
onChange={(e:string) => updatePGAShapeOption(pga,e)}
|
|
673
672
|
defaultValue={pga.shapeType}
|
|
674
673
|
placeholder="Select shape type"
|
|
@@ -795,7 +794,6 @@ const InputPGAStep = forwardRef<WizardStep, InputPGAStepProps>((props,ref) => {
|
|
|
795
794
|
<div className="ptop-10 pbot-10">
|
|
796
795
|
<SelectInput
|
|
797
796
|
disabled={pga.circle.ciasChoice != RadioChoice.DEFAULT}
|
|
798
|
-
onLoad={(e:string | undefined) => updateLocationOption(pga,pga.circle,e,true)}
|
|
799
797
|
onChange={(e:string) => updateLocationOption(pga,pga.circle,e,false)}
|
|
800
798
|
defaultValue={pga.circle.locationRefId || MISSING_VALUE}
|
|
801
799
|
placeholder="Select a risk location"
|