Skip to content

Commit

Permalink
changed min value
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed Mar 25, 2024
1 parent 2a543ce commit d142d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
size="is-small"
:disabled="!exposures[n-1].active || read_only"
type="number"
min="0"
min="0.000001"
max="100000"
step="any"
/>
Expand Down

0 comments on commit d142d50

Please sign in to comment.