Skip to content

Commit

Permalink
Use consistent config wrt low case key for all
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 26, 2024
1 parent 47bf153 commit 8023e1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/components/Layout/Start/Prediction/Prediction.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,11 @@ const Prediction = () => {
config={{
confidence: confidence,
tolerance: tolerance,
use_josm_q: use_josm_q,
areaThreshold: areaThreshold,
maxAngleChange: maxAngleChange,
skewTolerance: skewTolerance,
zoomLevel: predictionZoomlevel,
josmq: use_josm_q,
areathreshold: areaThreshold,
maxanglechange: maxAngleChange,
skewtolerance: skewTolerance,
zoomlevel: predictionZoomlevel,
}}
setPredictions={setPredictions}
modelId={id}
Expand Down

0 comments on commit 8023e1a

Please sign in to comment.