Skip to content

Commit

Permalink
Merge pull request #149 from Exabyte-io/feature/SOF-7238
Browse files Browse the repository at this point in the history
Update/SOF-7238 chemical connectivity step = 0.01
  • Loading branch information
timurbazhirov committed Feb 27, 2024
2 parents 3dcfecf + ec6e416 commit 533c8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParametersMenu.tsx
Expand Up @@ -89,7 +89,7 @@ function ParametersMenu(props: ParametersMenuProps) {
inputProps={{
max: 2,
min: 0,
step: 0.1,
step: 0.01,
}}
/>
</Box>
Expand Down

0 comments on commit 533c8f4

Please sign in to comment.