Skip to content

Commit

Permalink
Max slider
Browse files Browse the repository at this point in the history
  • Loading branch information
romallemann committed Mar 7, 2024
1 parent 0e5b452 commit f7efd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function App() {
label="500gr bags sold daily"
value={4}
min={0}
max={10}
max={30}
onChange={setExpectedBagsSold}
></Slider>

Expand Down

0 comments on commit f7efd24

Please sign in to comment.