Skip to content

Commit

Permalink
feat(ui): allow for a broader range of guidance values for flux models
Browse files Browse the repository at this point in the history
  • Loading branch information
rikublock committed Oct 7, 2024
1 parent b79f2a4 commit 11afc30
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ const initialConfigState: AppConfig = {
initial: 4,
sliderMin: 2,
sliderMax: 6,
numberInputMin: 2,
numberInputMax: 6,
numberInputMin: 1,
numberInputMax: 20,
fineStep: 0.1,
coarseStep: 1,
coarseStep: 0.5,
},
},
};
Expand Down

0 comments on commit 11afc30

Please sign in to comment.