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 authored and psychedelicious committed Oct 7, 2024
1 parent eb40bdb commit 9ed0eeb
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 9ed0eeb

Please sign in to comment.